![JAR search and dependency download from the Maven repository](/logo.png)
net.sf.jrtps.message.parameter.MetatrafficMulticastLocator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jrtps Show documentation
Show all versions of jrtps Show documentation
jRTPS - An implementation of RTPS protocol by OMG
package net.sf.jrtps.message.parameter;
import net.sf.jrtps.types.Locator;
public class MetatrafficMulticastLocator extends LocatorParameter {
public MetatrafficMulticastLocator(Locator locator) {
super(ParameterEnum.PID_METATRAFFIC_MULTICAST_LOCATOR, locator);
}
MetatrafficMulticastLocator() {
super(ParameterEnum.PID_METATRAFFIC_MULTICAST_LOCATOR);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy