|
virtual void | marshal (DataStream &dataStream) const |
|
virtual void | unmarshal (DataStream &dataStream) |
|
EntityID & | getOrginatingEntityID () |
|
const EntityID & | getOrginatingEntityID () const |
|
void | setOrginatingEntityID (const EntityID &pX) |
|
EntityID & | getRecevingEntityID () |
|
const EntityID & | getRecevingEntityID () const |
|
void | setRecevingEntityID (const EntityID &pX) |
|
unsigned int | getRequestID () const |
|
void | setRequestID (unsigned int pX) |
|
unsigned char | getRequiredReliabilityService () const |
|
void | setRequiredReliabilityService (unsigned char pX) |
|
unsigned char | getTranferType () const |
|
void | setTranferType (unsigned char pX) |
|
EntityID & | getTransferEntityID () |
|
const EntityID & | getTransferEntityID () const |
|
void | setTransferEntityID (const EntityID &pX) |
|
unsigned char | getNumberOfRecordSets () const |
|
std::vector< RecordSet > & | getRecordSets () |
|
const std::vector< RecordSet > & | getRecordSets () const |
|
void | setRecordSets (const std::vector< RecordSet > &pX) |
|
virtual int | getMarshalledSize () const |
|
bool | operator== (const TransferControlRequestPdu &rhs) const |
|
bool | operator== (const EntityManagementFamilyPdu &rhs) const |
|
bool | operator== (const EntityManagementFamilyPdu &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 | _orginatingEntityID |
| ID of entity originating request.
|
|
EntityID | _recevingEntityID |
| ID of entity receiving request.
|
|
unsigned int | _requestID |
| ID ofrequest.
|
|
unsigned char | _requiredReliabilityService |
| required level of reliabliity service. More...
|
|
unsigned char | _tranferType |
| type of transfer desired
|
|
EntityID | _transferEntityID |
| The entity for which control is being requested to transfer.
|
|
unsigned char | _numberOfRecordSets |
| number of record sets to transfer
|
|
std::vector< RecordSet > | _recordSets |
| ^^^This is wrong–the RecordSet class needs more work
|
|
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.
|
|