52 virtual const char*
type()
const;
63 virtual bool checkTerrainProximity();
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
Description: This repository holds all information that is common to all the forms of all objects wit...
Definition: vrfMovingObjectStateRepository.h:29
Instances of DtBooleanOutputPort are output ports through which data producers can send boolean data...
Definition: boolIOPort.h:45
Instances of DtTerrainProximityIndicatorDescriptor are used to specify the parameters for a DtTerrain...
Definition: terrainProximityIndicatorDescriptor.h:19
virtual void preFirstTickInit()
This function can be overridden to initialize a component before it is ticked for the first time...
Definition: terrainProximityIndicator.h:20
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtOutputPortGroup is a data port group of a data provider.
Definition: outputPortGroup.h:30
virtual bool init()
Calls createPorts and createPortGroups Initializes myLastTickSimTime.
DtBooleanOutputPort * myTerrainProximityOutputPort
Output Port Name: terrain-proximity Output Port Description: True if terrain is near.
Definition: terrainProximityIndicator.h:81
DtVrfMovingObjectStateRepository * pMyMovingObjectState
type cast
Definition: terrainProximityIndicator.h:90
DtTerrainProximityIndicatorDescriptor * pMyTerrainProximityDescriptor
type cast
Definition: terrainProximityIndicator.h:93
virtual void tick()
This gives the thread of control to the component.
DtSimComponent & operator=(const DtSimComponent &orig)
assignment operator, not implemented
virtual bool createPorts()
Called by init.
DtOutputPortGroup * myTerrainProximityPortGroup
Output Port Group Name: terrain-proximity-group Output Port Group Description:
Definition: terrainProximityIndicator.h:85
virtual bool createPortGroups()
Called by init.
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103
virtual const char * type() const =0
Returns a string identifies the class type of component.