Package edu.nps.moves.dis7.pdus
Class RadioType
java.lang.Object
edu.nps.moves.dis7.pdus.RadioType
- All Implemented Interfaces:
Serializable
Identifies the type of radio. Section 6.2.71
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RadioCategorycategory of entity uid 22protected Countrycountry to which the design of the entity is attributed uid 29protected byteDomain of entity (air, surface, subsurface, space, etc.)protected EntityKindKind of entity uid 7protected byteextra is an undescribed parameter...protected bytespecific is an undescribed parameter...protected RadioSubcategoryspecific info based on subcategory field uid 23 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequalsImpl(Object obj) Compare all fields that contribute to the state, ignoring transient and static fields, forthisand the supplied objectGetter forcategoryGetter forcountrybyteGetter fordomainGetter forentityKindbytegetExtra()Getter forextraintReturns size of this serialized (marshalled) object in bytesbyteGetter forspecificGetter forsubcategoryvoidmarshal(DataOutputStream dos) Serializes an object to a DataOutputStream.voidmarshal(ByteBuffer byteBuffer) Packs an object into the ByteBuffer.setCategory(RadioCategory pCategory) Setter forcategorysetCountry(Country pCountry) Setter forcountrysetDomain(byte pDomain) Setter fordomainsetDomain(int pDomain) Utility setter fordomainsetEntityKind(EntityKind pEntityKind) Setter forentityKindsetExtra(byte pExtra) Setter forextrasetExtra(int pExtra) Utility setter forextrasetSpecific(byte pSpecific) Setter forspecificsetSpecific(int pSpecific) Utility setter forspecificsetSubcategory(RadioSubcategory pSubcategory) Setter forsubcategorytoString()intunmarshal(DataInputStream dis) Deserializes an object from a DataInputStream.intunmarshal(ByteBuffer byteBuffer) Unpacks a Pdu from the underlying data.
-
Field Details
-
entityKind
Kind of entity uid 7 -
domain
protected byte domainDomain of entity (air, surface, subsurface, space, etc.) -
country
country to which the design of the entity is attributed uid 29 -
category
category of entity uid 22 -
subcategory
specific info based on subcategory field uid 23 -
specific
protected byte specificspecific is an undescribed parameter... -
extra
protected byte extraextra is an undescribed parameter...
-
-
Constructor Details
-
RadioType
public RadioType()Constructor creates and configures a new instance object
-
-
Method Details
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Returns:
- serialized size in bytes
- See Also:
-
setEntityKind
Setter forentityKind- Parameters:
pEntityKind- new value of interest- Returns:
- same object to permit progressive setters
-
getEntityKind
Getter forentityKind- Returns:
- value of interest
-
setDomain
Setter fordomain- Parameters:
pDomain- new value of interest- Returns:
- same object to permit progressive setters
-
setDomain
Utility setter fordomain- Parameters:
pDomain- new value of interest- Returns:
- same object to permit progressive setters
-
getDomain
public byte getDomain()Getter fordomain- Returns:
- value of interest
-
setCountry
Setter forcountry- Parameters:
pCountry- new value of interest- Returns:
- same object to permit progressive setters
-
getCountry
Getter forcountry- Returns:
- value of interest
-
setCategory
Setter forcategory- Parameters:
pCategory- new value of interest- Returns:
- same object to permit progressive setters
-
getCategory
Getter forcategory- Returns:
- value of interest
-
setSubcategory
Setter forsubcategory- Parameters:
pSubcategory- new value of interest- Returns:
- same object to permit progressive setters
-
getSubcategory
Getter forsubcategory- Returns:
- value of interest
-
setSpecific
Setter forspecific- Parameters:
pSpecific- new value of interest- Returns:
- same object to permit progressive setters
-
setSpecific
Utility setter forspecific- Parameters:
pSpecific- new value of interest- Returns:
- same object to permit progressive setters
-
getSpecific
public byte getSpecific()Getter forspecific- Returns:
- value of interest
-
setExtra
Setter forextra- Parameters:
pExtra- new value of interest- Returns:
- same object to permit progressive setters
-
setExtra
Utility setter forextra- Parameters:
pExtra- new value of interest- Returns:
- same object to permit progressive setters
-
getExtra
public byte getExtra()Getter forextra- Returns:
- value of interest
-
marshal
Serializes an object to a DataOutputStream.- Parameters:
dos- the OutputStream- Throws:
Exception- if something goes wrong- See Also:
-
unmarshal
Deserializes an object from a DataInputStream.- Parameters:
dis- the InputStream- Returns:
- marshalled serialized size in bytes
- Throws:
Exception- if something goes wrong- See Also:
-
marshal
Packs an object into the ByteBuffer.- Parameters:
byteBuffer- The ByteBuffer at the position to begin writing- Throws:
BufferOverflowException- if byteBuffer is too smallReadOnlyBufferException- if byteBuffer is read onlyException- ByteBuffer-generated exception- See Also:
-
unmarshal
Unpacks a Pdu from the underlying data.- Parameters:
byteBuffer- The ByteBuffer at the position to begin reading- Returns:
- marshalled serialized size in bytes
- Throws:
BufferUnderflowException- if byteBuffer is too smallException- ByteBuffer-generated exception- See Also:
-
equals
-
equalsImpl
Compare all fields that contribute to the state, ignoring transient and static fields, forthisand the supplied object- Parameters:
obj- the object to compare to- Returns:
- true if the objects are equal, false otherwise.
-
toString
-