![]() |
VR-Forces 5.0.1 Developer's Guide
|
Admin content which contains the refuel response for a refuel request. This is the response to the DtRequestRefuelAdmin message.

Public Member Functions | |
| DtRequestRefuelResponseAdmin () | |
| DtRequestRefuelResponseAdmin (const DtRequestRefuelResponseAdmin &orig) | |
| const DtRequestRefuelResponseAdmin & | operator= (const DtRequestRefuelResponseAdmin &orig) |
| virtual | ~DtRequestRefuelResponseAdmin () |
| virtual bool | init () |
| virtual const DtAdminContentMessageType & | type () const |
| virtual DtAdminContent * | clone () const |
| virtual DtString | stringRep () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual DtString | stringRepModeName () const |
| virtual bool | refuelResponse () const |
| virtual void | setRefuelResponse (bool refuelResponse) |
Public Member Functions inherited from DtAdminContent | |
| virtual | ~DtAdminContent () |
| virtual char * | netRep () |
Static Public Member Functions | |
| static DtAdminContent * | create () |
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 | |
| bool | myRefuelResponse |
Protected Attributes inherited from DtAdminContent | |
| char * | myNetRep |
Additional Inherited Members | |
Protected Member Functions inherited from DtAdminContent | |
| DtAdminContent () | |
| DtAdminContent (const DtAdminContent &orig) | |
| const DtAdminContent & | operator= (const DtAdminContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtAdminContent | |
| static DtAdminContentFactory * | myFactory |
| DtRequestRefuelResponseAdmin::DtRequestRefuelResponseAdmin | ( | ) |
default constructor
| DtRequestRefuelResponseAdmin::DtRequestRefuelResponseAdmin | ( | const DtRequestRefuelResponseAdmin & | orig | ) |
copy constructor
|
virtual |
destructor
| const DtRequestRefuelResponseAdmin& DtRequestRefuelResponseAdmin::operator= | ( | const DtRequestRefuelResponseAdmin & | 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 |
The refuel response; Tells whether or not the request to refuel was accepted.
|
virtual |
The refuel response; Tells whether or not the request to refuel was accepted.
|
virtual |
Make a copy of this content. Returns a pointer to a newly created copy of this class.
Implements DtAdminContent.
|
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.
|
virtual |
|
protected |