open-dis-cpp
Public Member Functions | Protected Attributes | List of all members
DIS::ArealObjectStatePdu Class Reference
Inheritance diagram for DIS::ArealObjectStatePdu:
Inheritance graph
[legend]
Collaboration diagram for DIS::ArealObjectStatePdu:
Collaboration graph
[legend]

Public Member Functions

virtual void marshal (DataStream &dataStream) const
 
virtual void unmarshal (DataStream &dataStream)
 
EntityIDgetObjectID ()
 
const EntityIDgetObjectID () const
 
void setObjectID (const EntityID &pX)
 
EntityIDgetReferencedObjectID ()
 
const EntityIDgetReferencedObjectID () const
 
void setReferencedObjectID (const EntityID &pX)
 
unsigned short getUpdateNumber () const
 
void setUpdateNumber (unsigned short pX)
 
unsigned char getForceID () const
 
void setForceID (unsigned char pX)
 
unsigned char getModifications () const
 
void setModifications (unsigned char pX)
 
EntityTypegetObjectType ()
 
const EntityTypegetObjectType () const
 
void setObjectType (const EntityType &pX)
 
SixByteChunkgetObjectAppearance ()
 
const SixByteChunkgetObjectAppearance () const
 
void setObjectAppearance (const SixByteChunk &pX)
 
unsigned short getNumberOfPoints () const
 
SimulationAddressgetRequesterID ()
 
const SimulationAddressgetRequesterID () const
 
void setRequesterID (const SimulationAddress &pX)
 
SimulationAddressgetReceivingID ()
 
const SimulationAddressgetReceivingID () const
 
void setReceivingID (const SimulationAddress &pX)
 
std::vector< Vector3Double > & getObjectLocation ()
 
const std::vector< Vector3Double > & getObjectLocation () const
 
void setObjectLocation (const std::vector< Vector3Double > &pX)
 
virtual int getMarshalledSize () const
 
bool operator== (const ArealObjectStatePdu &rhs) const
 
virtual void marshal (DataStream &dataStream) const
 
virtual void unmarshal (DataStream &dataStream)
 
EntityIDgetObjectID ()
 
const EntityIDgetObjectID () const
 
void setObjectID (const EntityID &pX)
 
EntityIDgetReferencedObjectID ()
 
const EntityIDgetReferencedObjectID () const
 
void setReferencedObjectID (const EntityID &pX)
 
unsigned short getUpdateNumber () const
 
void setUpdateNumber (unsigned short pX)
 
unsigned char getForceID () const
 
void setForceID (unsigned char pX)
 
unsigned char getModifications () const
 
void setModifications (unsigned char pX)
 
EntityTypegetObjectType ()
 
const EntityTypegetObjectType () const
 
void setObjectType (const EntityType &pX)
 
unsigned int getSpecificObjectAppearance () const
 
void setSpecificObjectAppearance (unsigned int pX)
 
unsigned short getGeneralObjectAppearance () const
 
void setGeneralObjectAppearance (unsigned short pX)
 
unsigned short getNumberOfPoints () const
 
SimulationAddressgetRequesterID ()
 
const SimulationAddressgetRequesterID () const
 
void setRequesterID (const SimulationAddress &pX)
 
SimulationAddressgetReceivingID ()
 
const SimulationAddressgetReceivingID () const
 
void setReceivingID (const SimulationAddress &pX)
 
std::vector< Vector3Double > & getObjectLocation ()
 
const std::vector< Vector3Double > & getObjectLocation () const
 
void setObjectLocation (const std::vector< Vector3Double > &pX)
 
virtual int getMarshalledSize () const
 
bool operator== (const ArealObjectStatePdu &rhs) const
 
- Public Member Functions inherited from DIS::SyntheticEnvironmentFamilyPdu
bool operator== (const SyntheticEnvironmentFamilyPdu &rhs) const
 
bool operator== (const SyntheticEnvironmentFamilyPdu &rhs) const
 
- Public Member Functions inherited from DIS::Pdu
unsigned char getProtocolVersion () const
 
void setProtocolVersion (unsigned char pX)
 
unsigned char getExerciseID () const
 
void setExerciseID (unsigned char pX)
 
unsigned char getPduType () const
 
void setPduType (unsigned char pX)
 
unsigned char getProtocolFamily () const
 
void setProtocolFamily (unsigned char pX)
 
unsigned int getTimestamp () const
 
void setTimestamp (unsigned int pX)
 
unsigned short getLength () const
 
void setLength (unsigned short pX)
 
short getPadding () const
 
void setPadding (short pX)
 
bool operator== (const Pdu &rhs) const
 
unsigned char getPduStatus () const
 
void setPduStatus (unsigned char pX)
 
unsigned char getPadding () const
 
void setPadding (unsigned char pX)
 
bool operator== (const Pdu &rhs) const
 
- Public Member Functions inherited from DIS::PduSuperclass
unsigned char getProtocolVersion () const
 
void setProtocolVersion (unsigned char pX)
 
unsigned char getExerciseID () const
 
void setExerciseID (unsigned char pX)
 
unsigned char getPduType () const
 
void setPduType (unsigned char pX)
 
unsigned char getProtocolFamily () const
 
void setProtocolFamily (unsigned char pX)
 
unsigned int getTimestamp () const
 
void setTimestamp (unsigned int pX)
 
unsigned short getLength () const
 
void setLength (unsigned short pX)
 
bool operator== (const PduSuperclass &rhs) const
 

Protected Attributes

EntityID _objectID
 Object in synthetic environment.
 
EntityID _referencedObjectID
 Object with which this point object is associated.
 
unsigned short _updateNumber
 unique update number of each state transition of an object
 
unsigned char _forceID
 force ID
 
unsigned char _modifications
 modifications enumeration
 
EntityType _objectType
 Object type.
 
SixByteChunk _objectAppearance
 Object appearance.
 
unsigned short _numberOfPoints
 Number of points.
 
SimulationAddress _requesterID
 requesterID
 
SimulationAddress _receivingID
 receiver ID
 
std::vector< Vector3Double_objectLocation
 location of object
 
unsigned int _specificObjectAppearance
 Object appearance.
 
unsigned short _generalObjectAppearance
 Object appearance.
 
- Protected Attributes inherited from DIS::Pdu
unsigned char _protocolVersion
 The version of the protocol. More...
 
unsigned char _exerciseID
 Exercise ID.
 
unsigned char _pduType
 Type of pdu, unique for each PDU class.
 
unsigned char _protocolFamily
 value that refers to the protocol family, eg SimulationManagement, et
 
unsigned int _timestamp
 Timestamp value.
 
unsigned short _length
 Length, in bytes, of the PDU.
 
short _padding
 zero-filled array of padding
 
unsigned char _pduStatus
 PDU Status Record. More...
 
unsigned char _padding
 zero-filled array of padding
 
- Protected Attributes inherited from DIS::PduSuperclass
unsigned char _protocolVersion
 The version of the protocol. More...
 
unsigned char _exerciseID
 Exercise ID.
 
unsigned char _pduType
 Type of pdu, unique for each PDU class.
 
unsigned char _protocolFamily
 value that refers to the protocol family, eg SimulationManagement, et
 
unsigned int _timestamp
 Timestamp value.
 
unsigned short _length
 Length, in bytes, of the PDU.
 

The documentation for this class was generated from the following files: