|
open-dis-cpp
|
Public Member Functions | |
| virtual void | marshal (DataStream &dataStream) const |
| virtual void | unmarshal (DataStream &dataStream) |
| float | getHorizontalDeflectionAngle () const |
| void | setHorizontalDeflectionAngle (float pX) |
| float | getVerticalDeflectionAngle () const |
| void | setVerticalDeflectionAngle (float pX) |
| virtual int | getMarshalledSize () const |
| bool | operator== (const VectoringNozzleSystemData &rhs) const |
Protected Attributes | |
| float | _horizontalDeflectionAngle |
| horizontal deflection angle | |
| float | _verticalDeflectionAngle |
| vertical deflection angle | |
1.8.13