3 #include <dis7/utils/DataStream.h> 4 #include <dis7/opendis7_export.h> 33 unsigned char _specific;
42 virtual void marshal(
DataStream& dataStream)
const;
43 virtual void unmarshal(
DataStream& dataStream);
45 unsigned char getEntityKind()
const;
46 void setEntityKind(
unsigned char pX);
48 unsigned char getDomain()
const;
49 void setDomain(
unsigned char pX);
51 unsigned short getCountry()
const;
52 void setCountry(
unsigned short pX);
54 unsigned char getCategory()
const;
55 void setCategory(
unsigned char pX);
57 unsigned char getSubcategory()
const;
58 void setSubcategory(
unsigned char pX);
60 unsigned char getSpecific()
const;
61 void setSpecific(
unsigned char pX);
63 unsigned char getExtra()
const;
64 void setExtra(
unsigned char pX);
67 virtual int getMarshalledSize()
const;
69 bool operator ==(
const RadioType& rhs)
const;
Symbolic names as defined in 5.1.4.
Definition: AcknowledgePdu.h:8
unsigned char _entityKind
Kind of entity.
Definition: RadioType.h:19
a class to support managing a network buffer.
Definition: DataStream.h:28
unsigned char _category
category of entity
Definition: RadioType.h:28
Definition: RadioType.h:15
unsigned char _subcategory
specific info based on subcategory field
Definition: RadioType.h:31
unsigned char _domain
Domain of entity (air, surface, subsurface, space, etc)
Definition: RadioType.h:22
unsigned short _country
country to which the design of the entity is attributed
Definition: RadioType.h:25