![JAR search and dependency download from the Maven repository](/logo.png)
net.sf.jrtps.rtps.ChangeKind 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.rtps;
/**
* Enumeration for different kind of changes made to an instance.
*
* @author mcr70
*/
public enum ChangeKind {
/**
* Writer updates an instance.
*/
WRITE,
/**
* Writer disposes an instance.
*/
DISPOSE,
/**
* Writer unregisters an instance.
*/
UNREGISTER;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy