open-dis-cpp
|
Public Member Functions | |
virtual void | marshal (DataStream &dataStream) const |
virtual void | unmarshal (DataStream &dataStream) |
unsigned short | getTotalRecordSets () const |
void | setTotalRecordSets (unsigned short pX) |
unsigned short | getPadding () const |
void | setPadding (unsigned short pX) |
virtual int | getMarshalledSize () const |
bool | operator== (const TotalRecordSets &rhs) const |
Protected Attributes | |
unsigned short | _totalRecordSets |
Total number of record sets. | |
unsigned short | _padding |
padding | |