![]() |
VR-Forces 4.10 Class Documentation
|
Admin content which contains the ARCP and ETA to the ARCP of the tanker. More...

Public Member Functions | |
| DtInitiateRefuelRendezvousAdmin () | |
| default constructor More... | |
| DtInitiateRefuelRendezvousAdmin (const DtInitiateRefuelRendezvousAdmin &orig) | |
| copy constructor More... | |
| const DtInitiateRefuelRendezvousAdmin & | operator= (const DtInitiateRefuelRendezvousAdmin &orig) |
| assignment operator; same as copy costructor. More... | |
| virtual | ~DtInitiateRefuelRendezvousAdmin () |
| 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 DtString | stringRepModeName () const |
| virtual const DtVector & | coordinatePoint () const |
| The ARCP coordinate point. More... | |
| virtual void | setCoordinatePoint (const DtVector &point) |
| virtual double | coordinateTime () const |
| The tanker's estimated time of arrival at the ARCP. More... | |
| virtual void | setCoordinateTime (double time) |
| virtual double | heading () const |
| The heading to fly, specified in radians. This is a true heading, not magnetic. More... | |
| virtual void | setHeading (double heading) |
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 | |
| DtVector | myCoordinatePoint |
| The list of available formation names. More... | |
| double | myCoordinateTime |
| double | myHeading |
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 which contains the ARCP and ETA to the ARCP of the tanker.
| DtInitiateRefuelRendezvousAdmin::DtInitiateRefuelRendezvousAdmin | ( | ) |
default constructor
| DtInitiateRefuelRendezvousAdmin::DtInitiateRefuelRendezvousAdmin | ( | const DtInitiateRefuelRendezvousAdmin & | orig | ) |
copy constructor
|
virtual |
destructor
| const DtInitiateRefuelRendezvousAdmin& DtInitiateRefuelRendezvousAdmin::operator= | ( | const DtInitiateRefuelRendezvousAdmin & | 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 ARCP coordinate point.
|
virtual |
|
virtual |
The tanker's estimated time of arrival at the ARCP.
|
virtual |
|
virtual |
The heading to fly, specified in radians. This is a true heading, not magnetic.
|
virtual |
|
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 |
The list of available formation names.
|
protected |
|
protected |