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 VectoringNozzleSystem &rhs) const |
Protected Attributes | |
float | _horizontalDeflectionAngle |
In degrees. | |
float | _verticalDeflectionAngle |
In degrees. | |