|
virtual void | marshal (DataStream &dataStream) const |
|
virtual void | unmarshal (DataStream &dataStream) |
|
EntityID & | getEnvironementalProcessID () |
|
const EntityID & | getEnvironementalProcessID () const |
|
void | setEnvironementalProcessID (const EntityID &pX) |
|
EntityType & | getEnvironmentType () |
|
const EntityType & | getEnvironmentType () const |
|
void | setEnvironmentType (const EntityType &pX) |
|
unsigned char | getModelType () const |
|
void | setModelType (unsigned char pX) |
|
unsigned char | getEnvironmentStatus () const |
|
void | setEnvironmentStatus (unsigned char pX) |
|
unsigned char | getNumberOfEnvironmentRecords () const |
|
unsigned short | getSequenceNumber () const |
|
void | setSequenceNumber (unsigned short pX) |
|
std::vector< Environment > & | getEnvironmentRecords () |
|
const std::vector< Environment > & | getEnvironmentRecords () const |
|
void | setEnvironmentRecords (const std::vector< Environment > &pX) |
|
virtual int | getMarshalledSize () const |
|
bool | operator== (const EnvironmentalProcessPdu &rhs) const |
|
bool | operator== (const SyntheticEnvironmentFamilyPdu &rhs) const |
|
bool | operator== (const SyntheticEnvironmentFamilyPdu &rhs) const |
|
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 |
|
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 |
|
|
EntityID | _environementalProcessID |
| Environmental process ID.
|
|
EntityType | _environmentType |
| Environment type.
|
|
unsigned char | _modelType |
| model type
|
|
unsigned char | _environmentStatus |
| Environment status.
|
|
unsigned char | _numberOfEnvironmentRecords |
| number of environment records
|
|
unsigned short | _sequenceNumber |
| PDU sequence number for the environmentla process if pdu sequencing required.
|
|
std::vector< Environment > | _environmentRecords |
| environemt records
|
|
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
|
|
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.
|
|