|
virtual void | marshal (DataStream &dataStream) const |
|
virtual void | unmarshal (DataStream &dataStream) |
|
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 char | getPduLength () const |
|
void | setPduLength (unsigned char pX) |
|
unsigned short | getPduStatus () const |
|
void | setPduStatus (unsigned short pX) |
|
unsigned char | getPadding () const |
|
void | setPadding (unsigned char pX) |
|
virtual int | getMarshalledSize () const |
|
bool | operator== (const PduHeader &rhs) const |
|
◆ _pduLength
unsigned char DIS::PduHeader::_pduLength |
|
protected |
Length, in bytes, of the PDU.
Changed name from length to avoid use of Hibernate QL reserved word.
◆ _pduStatus
unsigned short DIS::PduHeader::_pduStatus |
|
protected |
PDU Status Record.
Described in 6.2.67. This field is not present in earlier DIS versions
◆ _protocolVersion
unsigned char DIS::PduHeader::_protocolVersion |
|
protected |
The version of the protocol.
5=DIS-1995, 6=DIS-1998, 7=DIS-2009.
The documentation for this class was generated from the following files: