VR-Forces 4.0.4 Class Documentation
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes
DtVrfFixedWingTakeoffPSR Class Reference

class DtVrfFixedWingLandingPSR: More...

Inheritance diagram for DtVrfFixedWingTakeoffPSR:
Inheritance graph
[legend]

List of all members.

Public Types

enum  DtTakeoffControllerState { DtTakeoffStateIdle = 0, DtMovingAlongTakeoffRoute, DtFlyingTowardsTakeoffPoint }

Public Member Functions

 DtVrfFixedWingTakeoffPSR (DtVrfObject *vrfObject, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0)
 constructor
 DtVrfFixedWingTakeoffPSR (const DtVrfFixedWingTakeoffPSR &orig, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0)
 copy constructor
virtual ~DtVrfFixedWingTakeoffPSR ()
 destructor
DtVrfFixedWingTakeoffPSRoperator= (const DtVrfFixedWingTakeoffPSR &orig)
 assignment operator
virtual
DtVrfProcessStateRepository
clone (const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const
 returns a newly created copy of this object
virtual DtString type () const
 Returns the string type of the repository, as defined in procSRTypes.h.
virtual void setLandingStripName (const DtString &)
 Set/get the landing strip to land on once the approach route is complete.
virtual const DtStringlandingStripName () const
 Set/get the landing strip to land on once the approach route is complete.
virtual void setTakeoffState (DtTakeoffControllerState state)
 Set/get current state.
virtual DtTakeoffControllerState takeoffState () const
 Set/get current state.

Static Public Member Functions

static
DtVrfProcessStateRepository
creator (const DtString &rwName, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry)
 Returns a newly created instance of this class.

Protected Attributes

DtRwInt myTakeoffControllerState
DtRwString myLandingStripName

Detailed Description

class DtVrfFixedWingLandingPSR:

Instances of DtVrfFixedWingLandingPSR are used to hold the shared/checkpointable data for a fixed wing that is in the process of taking off.


Member Enumeration Documentation

Enumerator:
DtTakeoffStateIdle 
DtMovingAlongTakeoffRoute 
DtFlyingTowardsTakeoffPoint 

Constructor & Destructor Documentation

DtVrfFixedWingTakeoffPSR::DtVrfFixedWingTakeoffPSR ( DtVrfObject vrfObject,
const DtString rwName = DtString::nullString(),
DtReaderWriterRegistry parentRegistry = 0 
)

constructor

DtVrfFixedWingTakeoffPSR::DtVrfFixedWingTakeoffPSR ( const DtVrfFixedWingTakeoffPSR orig,
const DtString rwName = DtString::nullString(),
DtReaderWriterRegistry parentRegistry = 0 
)

copy constructor

destructor


Member Function Documentation

DtVrfFixedWingTakeoffPSR& DtVrfFixedWingTakeoffPSR::operator= ( const DtVrfFixedWingTakeoffPSR orig)

assignment operator

virtual DtVrfProcessStateRepository* DtVrfFixedWingTakeoffPSR::clone ( const DtString rwName = DtString::nullString(),
DtReaderWriterRegistry parentRegistry = 0 
) const [virtual]

returns a newly created copy of this object

Implements DtVrfProcessStateRepository.

virtual DtString DtVrfFixedWingTakeoffPSR::type ( ) const [virtual]

Returns the string type of the repository, as defined in procSRTypes.h.

(DtVrfFixedWingTakeoffProcessStateRepositoryType).

Implements DtVrfProcessStateRepository.

virtual void DtVrfFixedWingTakeoffPSR::setLandingStripName ( const DtString ) [virtual]

Set/get the landing strip to land on once the approach route is complete.

virtual const DtString& DtVrfFixedWingTakeoffPSR::landingStripName ( ) const [virtual]

Set/get the landing strip to land on once the approach route is complete.

Set/get current state.

Set/get current state.

static DtVrfProcessStateRepository* DtVrfFixedWingTakeoffPSR::creator ( const DtString rwName,
DtVrfObject vrfObject,
DtReaderWriterRegistry parentRegistry 
) [static]

Returns a newly created instance of this class.


Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)