![]() |
VR-Forces 4.10 Class Documentation
|
Admin content for a message that requests the available positions along a tanker for refueling. More...

Public Member Functions | |
| DtRequestRefuelPositionAdmin () | |
| default constructor More... | |
| DtRequestRefuelPositionAdmin (const DtRequestRefuelPositionAdmin &orig) | |
| copy constructor More... | |
| const DtRequestRefuelPositionAdmin & | operator= (const DtRequestRefuelPositionAdmin &orig) |
| assignment operator; same as copy costructor. More... | |
| virtual | ~DtRequestRefuelPositionAdmin () |
| destructor More... | |
| virtual bool | init () |
| Call after construction. More... | |
| virtual const DtAdminContentMessageType & | type () const |
| virtual DtAdminContent * | clone () const |
| Make a copy of this content. More... | |
| virtual DtString | stringRep () const |
| Get a readable string representation of this content. More... | |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Decodes content from buffer. More... | |
| virtual bool | setToNet () |
| Encodes content into buffer. More... | |
| virtual const int | refuelMethod () const |
| The fuel system refuel method 0: Boom 1: Drogue. More... | |
| virtual void | setRefuelMethod (int refuelMethod) |
Public Member Functions inherited from DtAdminContent | |
| virtual | ~DtAdminContent () |
| destructor More... | |
| virtual char * | netRep () |
Static Public Member Functions | |
| static DtAdminContent * | create () |
| Creator function. Returns new instance of this class. More... | |
Static Public Member Functions inherited from DtAdminContent | |
| static void | addAdminContentCreatorFcn (const DtAdminContentMessageType &contentName, DtAdminContentCreatorFcn fcn) |
| static void | setFactory (DtAdminContentFactory *factory) |
| static DtAdminContentFactory * | factory () |
| static bool | isTypeRegistered (const DtAdminContentMessageType &type) |
Protected Attributes | |
| int | myRefuelMethodType |
Protected Attributes inherited from DtAdminContent | |
| char * | myNetRep |
Additional Inherited Members | |
Protected Member Functions inherited from DtAdminContent | |
| DtAdminContent () | |
| Constructors are protected because no one should instantiate the base class, just derived versions. More... | |
| DtAdminContent (const DtAdminContent &orig) | |
| copy constructor More... | |
| const DtAdminContent & | operator= (const DtAdminContent &orig) |
| assignment operator; same as copy costructor. More... | |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtAdminContent | |
| static DtAdminContentFactory * | myFactory |
Admin content for a message that requests the available positions along a tanker for refueling.
The expected response to this message will arrive in a DtAssignRefuelPositionAdmin message.
| DtRequestRefuelPositionAdmin::DtRequestRefuelPositionAdmin | ( | ) |
default constructor
| DtRequestRefuelPositionAdmin::DtRequestRefuelPositionAdmin | ( | const DtRequestRefuelPositionAdmin & | orig | ) |
copy constructor
|
virtual |
destructor
| const DtRequestRefuelPositionAdmin& DtRequestRefuelPositionAdmin::operator= | ( | const DtRequestRefuelPositionAdmin & | orig | ) |
assignment operator; same as copy costructor.
|
static |
Creator function. Returns new instance of this class.
|
virtual |
Call after construction.
Reimplemented from DtAdminContent.
|
virtual |
Implements DtAdminContent.
|
virtual |
Make a copy of this content.
Returns a pointer to a newly created copy of this class.
Implements DtAdminContent.
|
virtual |
The fuel system refuel method 0: Boom 1: Drogue.
|
virtual |
|
virtual |
Get a readable string representation of this content.
Implements DtAdminContent.
|
virtual |
Reimplemented from DtAdminContent.
|
virtual |
Decodes content from buffer.
Reimplemented from DtAdminContent.
|
virtual |
Encodes content into buffer.
Reimplemented from DtAdminContent.
|
protected |