|
open-dis-cpp
|
Public Member Functions | |
| virtual void | marshal (DataStream &dataStream) const |
| virtual void | unmarshal (DataStream &dataStream) |
| unsigned short | getParameterIndex () const |
| void | setParameterIndex (unsigned short pX) |
| short | getParameterValue () const |
| void | setParameterValue (short pX) |
| virtual int | getMarshalledSize () const |
| bool | operator== (const ApaData &rhs) const |
Protected Attributes | |
| unsigned short | _parameterIndex |
| Index of APA parameter. | |
| short | _parameterValue |
| Index of APA parameter. | |
1.8.13