|
virtual void | marshal (DataStream &dataStream) const |
|
virtual void | unmarshal (DataStream &dataStream) |
|
unsigned int | getNumberOfFixedDatumRecords () const |
|
unsigned int | getNumberOfVariableDatumRecords () const |
|
std::vector< FixedDatum > & | getFixedDatums () |
|
const std::vector< FixedDatum > & | getFixedDatums () const |
|
void | setFixedDatums (const std::vector< FixedDatum > &pX) |
|
std::vector< VariableDatum > & | getVariableDatums () |
|
const std::vector< VariableDatum > & | getVariableDatums () const |
|
void | setVariableDatums (const std::vector< VariableDatum > &pX) |
|
virtual int | getMarshalledSize () const |
|
bool | operator== (const CommentPdu &rhs) const |
|
virtual void | marshal (DataStream &dataStream) const |
|
virtual void | unmarshal (DataStream &dataStream) |
|
unsigned int | getNumberOfFixedDatumRecords () const |
|
unsigned int | getNumberOfVariableDatumRecords () const |
|
std::vector< FixedDatum > & | getFixedDatums () |
|
const std::vector< FixedDatum > & | getFixedDatums () const |
|
void | setFixedDatums (const std::vector< FixedDatum > &pX) |
|
std::vector< VariableDatum > & | getVariableDatums () |
|
const std::vector< VariableDatum > & | getVariableDatums () const |
|
void | setVariableDatums (const std::vector< VariableDatum > &pX) |
|
virtual int | getMarshalledSize () const |
|
bool | operator== (const CommentPdu &rhs) const |
|
EntityID & | getOriginatingEntityID () |
|
const EntityID & | getOriginatingEntityID () const |
|
void | setOriginatingEntityID (const EntityID &pX) |
|
EntityID & | getReceivingEntityID () |
|
const EntityID & | getReceivingEntityID () const |
|
void | setReceivingEntityID (const EntityID &pX) |
|
bool | operator== (const SimulationManagementFamilyPdu &rhs) const |
|
EntityID & | getOriginatingEntityID () |
|
const EntityID & | getOriginatingEntityID () const |
|
void | setOriginatingEntityID (const EntityID &pX) |
|
EntityID & | getReceivingEntityID () |
|
const EntityID & | getReceivingEntityID () const |
|
void | setReceivingEntityID (const EntityID &pX) |
|
bool | operator== (const SimulationManagementFamilyPdu &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 |
|
|
unsigned int | _numberOfFixedDatumRecords |
| Number of fixed datum records.
|
|
unsigned int | _numberOfVariableDatumRecords |
| Number of variable datum records.
|
|
std::vector< FixedDatum > | _fixedDatums |
| variable length list of fixed datums
|
|
std::vector< VariableDatum > | _variableDatums |
| variable length list of variable length datums
|
|
EntityID | _originatingEntityID |
| Entity that is sending message.
|
|
EntityID | _receivingEntityID |
| Entity that is intended to receive message.
|
|
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.
|
|