public class GroupAdvertisementTopic
extends java.lang.Object
implements com.rti.dds.infrastructure.Copyable, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
com.rti.dds.infrastructure.IntSeq |
groupOperationCollection |
int |
groupType |
long |
leastSignificantBitsGatewayId |
long |
leastSignificantBitsVehicleId |
long |
mostSignificantBitsGatewayId |
long |
mostSignificantBitsVehicleId |
| Constructor and Description |
|---|
GroupAdvertisementTopic() |
GroupAdvertisementTopic(GroupAdvertisementTopic other) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
copy_from(java.lang.Object src)
This is the implementation of the
Copyable interface. |
static java.lang.Object |
create() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
java.lang.String |
toString(java.lang.String desc,
int indent) |
public long leastSignificantBitsGatewayId
public long mostSignificantBitsGatewayId
public long leastSignificantBitsVehicleId
public long mostSignificantBitsVehicleId
public int groupType
public com.rti.dds.infrastructure.IntSeq groupOperationCollection
public GroupAdvertisementTopic()
public GroupAdvertisementTopic(GroupAdvertisementTopic other)
public static java.lang.Object create()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object copy_from(java.lang.Object src)
Copyable interface.
This method will perform a deep copy of src
This method could be placed into GroupAdvertisementTopicTypeSupport
rather than here by using the -noCopyable option
to rtiddsgen.copy_from in interface com.rti.dds.infrastructure.Copyablesrc - The Object which contains the data to be copied.this.java.lang.NullPointerException - If src is null.java.lang.ClassCastException - If src is not the
same type as this.Copyable.copy_from(java.lang.Object)public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(java.lang.String desc,
int indent)