All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.jrtps.message.parameter.MetatrafficMulticastLocator Maven / Gradle / Ivy

package net.sf.jrtps.message.parameter;

import net.sf.jrtps.types.Locator_t;

public class MetatrafficMulticastLocator extends LocatorParameter {

	public MetatrafficMulticastLocator(Locator_t locator) {
		super(ParameterEnum.PID_METATRAFFIC_MULTICAST_LOCATOR, locator);
	}

	MetatrafficMulticastLocator() {
		super(ParameterEnum.PID_METATRAFFIC_MULTICAST_LOCATOR);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy