|
open-dis-cpp
|
Public Member Functions | |
| virtual void | marshal (DataStream &dataStream) const |
| virtual void | unmarshal (DataStream &dataStream) |
| unsigned short | getSite () const |
| void | setSite (unsigned short pX) |
| unsigned short | getApplication () const |
| void | setApplication (unsigned short pX) |
| unsigned short | getAggregateID () const |
| void | setAggregateID (unsigned short pX) |
| virtual int | getMarshalledSize () const |
| bool | operator== (const AggregateID &rhs) const |
Protected Attributes | |
| unsigned short | _site |
| The site ID. | |
| unsigned short | _application |
| The application ID. | |
| unsigned short | _aggregateID |
| the aggregate ID | |
1.8.13