VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Attributes
DtVrfEngineeringObjectStateRecord Class Reference

Class Description: DtVrfEngineeringObjectStateRecord implements a form of an environmental state record not explicitly defined in the standard, but used in MaK applications. More...

Inheritance diagram for DtVrfEngineeringObjectStateRecord:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtVrfEngineeringObjectStateRecord ()
 Default Constructor.
 DtVrfEngineeringObjectStateRecord (const DtObjectType &objectType)
 Constructor.
 DtVrfEngineeringObjectStateRecord (const DtVrfEngineeringObjectStateRecord &orig)
 Copy Constructor.
const
DtVrfEngineeringObjectStateRecord
operator= (const DtVrfEngineeringObjectStateRecord &orig)
 Assignment Operator.
virtual ~DtVrfEngineeringObjectStateRecord ()
 Destructor.
virtual void setPercentComplete (DtU16 perComp)
 Clone. Return a copy of this instance.
virtual DtU16 percentComplete () const
virtual void setOrientation (const DtTaitBryan &orientation)
 Set/get orientation.
virtual const DtTaitBryan & orientation () const
virtual bool createNetworkRepresentation ()
 This doesn't need to be called explicitly.
virtual
DtNetEngineeringObjectStateRecord
pointerToNetEngObjRec () const
 returns the network representation of the environmental record
virtual int netRepSize () const

Protected Attributes

DtTaitBryan myOrientation

Detailed Description

Class Description: DtVrfEngineeringObjectStateRecord implements a form of an environmental state record not explicitly defined in the standard, but used in MaK applications.

It contains the percent completion for the object


Constructor & Destructor Documentation

Default Constructor.

To function properly, the state record should be initialized with an entity type. If you don't know it yet at creation time, you can use this constructor; but call setEntityType() before using the appearance accessors. Default Constructor. Do not use.

Constructor.

Copy Constructor.

Destructor.


Member Function Documentation

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

Assignment Operator.

virtual void DtVrfEngineeringObjectStateRecord::setPercentComplete ( DtU16  perComp) [virtual]

Clone. Return a copy of this instance.

Percent Completion of the object.

virtual DtU16 DtVrfEngineeringObjectStateRecord::percentComplete ( ) const [virtual]
virtual void DtVrfEngineeringObjectStateRecord::setOrientation ( const DtTaitBryan &  orientation) [virtual]

Set/get orientation.

virtual const DtTaitBryan& DtVrfEngineeringObjectStateRecord::orientation ( ) const [virtual]

This doesn't need to be called explicitly.

If any routine that needs the repository finds that it hasn't been created yet, it calls this method.

Reimplemented from DtSimEnvironmentalObjectStateRecord.

returns the network representation of the environmental record

DtNetEngineeringObjectStateRecord* engObjStateNetRep(); used by the PDU class to fill in the network representation

virtual int DtVrfEngineeringObjectStateRecord::netRepSize ( ) const [virtual]

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)