![]() |
VR-Forces 5.0.3 Developer's Guide
|
End User Description: DtControllerComponent is the base class for all controllers components.
Developer Description: The DtControllerComponent class extends the base DtSimComponent to perform some task management upon the start of a task, and in the event that a task is being cleared. It caches a pointer to the entity's radio for convenience. The DtControllerComponent class implements the functionality of the DtScriptEnableController.
Inherits DtSimComponent.
Inherited by DtActivityController, DtAggregateCombatAdjustmentController, DtAggregateLoadoutController, DtAimAtPointController, DtAimWeaponController, DtAirVehicleWeaponHoldController, DtArticulatedPartController, DtBallisticGunController, DtBaseMountingController, DtBaseWeaponController, DtBreachDetector, DtCombatRangeController, DtContactFusionController, DtDefaultLandingGearController, DtDisaggregatedFormationController, DtDynamicFeaturesController, DtEngagementReportGeneratorController, DtEnvironmentalActivationController, DtEventTriggerController, DtFixedWingGunneryController, DtGroundVehicleTrailingEffectController, DtHumanAcquireController, DtHumanEyepointController, DtHumanFaceTargetController, DtHumanJoystickMovementController, DtHumanPostureController, DtIffControllerComponent, DtJammerController, DtLaserGuidedLauncherController, DtMissileDistractionController, DtMovementBasedTerrainPreloadController, DtNavTagTraversalController, DtOrganizationController, DtRangeRingController, DtRotaryWingLandingGearController, DtRotaryWingPilotController, DtRotorWashController, DtScriptEnableController, DtScriptReactiveTaskController, DtSetController, DtShapeBasedTerrainPreloadController, DtSpawnController, DtSpotReportGeneratorController, DtStatePropertyInitializationController, DtSyncMatrixController, DtSystemSwitcherComponent, DtTagVolumeDimensionsController, DtTaskControllerComponent, DtTDLMessageGeneratorController, DtTurretAcquireController, DtTurretSlewController, DtVrfObjectDataMessenger, and MyJoystickControllerComponenet.
Public Member Functions | |
| DtControllerComponent (const DtString &name, DtLocalObject *owner, DtSimulationServices *simServices, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0) | |
| virtual | ~DtControllerComponent () |
| virtual const char * | type () const =0 |
| virtual bool | init () |
| virtual bool | postAddComponentsInit () |
| virtual DtSimRadio * | radio () |
| virtual void | taskNotify (const DtSimTask &task) |
| virtual void | clearTask () |
| virtual void | enableTaskTypes () |
| virtual void | disableTaskTypes () |
Public Member Functions inherited from DtSimComponent | |
| DtSimComponent (const DtString &name, DtLocalObject *owner, DtSimulationServices *simServices, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0) | |
| virtual | ~DtSimComponent () |
| virtual void | setParentSystem (DtComponentSystem *system) |
| DtComponentSystem * | parentSystem () const |
| virtual void | registerAttributeFunctions () |
| virtual void | preFirstTickInit () |
| virtual void | tick () |
| virtual void | postTick () |
| virtual void | timedTick () |
| virtual void | setMinTickPeriod (double minTickPeriod) |
| virtual double | minTickPeriod () const |
| virtual void | setMinTickPeriodVariance (double minTickPeriodVariance) |
| virtual double | minTickPeriodVariance () const |
| virtual void | setNextTickTime (double nextTickTime) |
| virtual double | nextTickTime () const |
| virtual double | calculateNextTickTime () const |
| virtual double | calculateFirstTickTime () const |
| virtual void | setEntity (DtLocalObject *entity) |
| virtual DtSimComponent * | nextComponent () |
| virtual DtSimComponent * | prevComponent () |
| virtual void | setListItem (DtListItem *item) |
| virtual DtListItem * | listItem () |
| virtual void | putData (std::string &fp, int indentLevel=0) |
| virtual DtlObjPtr | getData (DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings) |
| virtual void | addInputPort (DtInputPort *port) |
| virtual void | removeInputPort (DtInputPort *port) |
| virtual DtInputPort * | lookupInputPort (const DtString &portName) |
| virtual DtList | inputPortList () const |
| virtual void | addOutputPort (DtOutputPort *port) |
| virtual void | removeOutputPort (DtOutputPort *port) |
| virtual DtOutputPort * | lookupOutputPort (const DtString &portName) |
| virtual DtList | outputPortList () const |
| virtual void | addInputPortGroup (DtInputPortGroup *group) |
| virtual void | removeInputPortGroup (DtInputPortGroup *group) |
| virtual DtInputPortGroup * | lookupInputPortGroup (const DtString &groupName) |
| virtual DtList | inputPortGroupList () const |
| virtual void | addOutputPortGroup (DtOutputPortGroup *group) |
| virtual void | removeOutputPortGroup (DtOutputPortGroup *group) |
| virtual DtOutputPortGroup * | lookupOutputPortGroup (const DtString &groupName) |
| virtual DtList | outputPortGroupList () const |
| virtual int | priority () const |
| virtual void | setPriority (int priority) |
| double | dT () const |
| virtual void | setDT (double deltaT) |
| virtual void | setComponentDescriptor (DtComponentDescriptor *componentDescriptor) |
| virtual const DtComponentDescriptor * | componentDescriptor () const |
| virtual bool | tickWhileDestroyed () const |
| DtVrfProcessStateRepositoryManager * | psrManager () |
| virtual const DtSymbolString & | componentFullName () const |
| DtPhysicalWorld * | physicalWorld () |
| const DtPhysicalWorld * | physicalWorld () const |
| const DtAttachedTerrain * | terrainAttachedTo () const |
| DtLocalObject * | entity () |
| const DtLocalObject * | entity () const |
| DtSimulationServices * | simulationServices () |
| const DtSimulationServices * | simulationServices () const |
| const Coordinate_System * | coordinateSystem () const |
| virtual bool | taskVisualizationsActive () const |
| virtual bool | taskVisualizationsEnabled () const |
| makVrf::DtTaskVisualizationMap & | taskVisualizations () |
| virtual void | enable () |
| virtual void | disable () |
| virtual bool | isEnabled () |
| virtual void | setIsEnabled (bool yesNo) |
| virtual DtOutputStream & | objectConsoleDebug (const DtString &channel="") const |
| virtual DtOutputStream & | objectConsoleVerbose (const DtString &channel="") const |
| virtual DtOutputStream & | objectConsoleInfo (const DtString &channel="") const |
| virtual DtOutputStream & | objectConsoleWarn (const DtString &channel="") const |
| virtual DtOutputStream & | objectConsoleError (const DtString &channel="") const |
| virtual int | notifyLevel () const |
| virtual DtSimResourceManager & | resourceManager () |
| virtual const DtSimResourceManager & | resourceManager () const |
| VRF4API_METHOD const DtSimulationServices * | simManager () const |
Public Member Functions inherited from DtReaderWriter | |
| DtReaderWriter () | |
| DtReaderWriter (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL, bool readonly=false) | |
| DtReaderWriter (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL, bool readonly=false) | |
| DtReaderWriter (const DtString &name, const DtReaderWriter &orig, DtReaderWriterRegistry *parentRegistry=NULL) | |
| DtReaderWriter (const DtSymbolString &name, const DtReaderWriter &orig, DtReaderWriterRegistry *parentRegistry=NULL) | |
| DtReaderWriter (const DtReaderWriter &, DtReaderWriterRegistry *parentRegistry=NULL) | |
| const DtReaderWriter & | operator= (const DtReaderWriter &orig) |
| bool | operator== (const DtReaderWriter &) const |
| bool | operator!= (const DtReaderWriter &rhs) |
| virtual | ~DtReaderWriter () |
| virtual void | putSelf (std::string &fp, int indentLevel=0, bool writeUnspecified=false, const DtFilename &path=DtFilename::nullFilename()) |
| virtual void | postPutSelf () |
| virtual void | prePutSelf () |
| virtual void | getSelf (DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths=SearchPaths(), const DtVariableBindingsList &variableBindings=nullVariableReference()) |
| virtual void | postGetSelf () |
| virtual void | preGetSelf () |
| virtual void | writeSelf (std::string &fp, int indentLevel=0, bool writeUnspecified=false, const DtFilename &path=DtFilename::nullFilename()) |
| virtual DtSymbolString | name () const |
| virtual void | addAlias (const DtSymbolString &alias) |
| virtual void | addAlias (const DtString &alias) |
| virtual bool | hasAlias (const DtSymbolString &alias) |
| virtual const aliasContainer & | aliases () const |
| virtual void | setReadonly (bool flag) |
| bool | isReadonly () const |
| virtual void | reset () |
| virtual int | alignment () const |
| virtual bool | variableIsBound () const |
| virtual void | unbindVariable () |
| virtual void | setName (const DtString &) |
| virtual const char * | readerWriterType () const |
| virtual const char * | xmlType () const |
| virtual DtString | prettyPrint () const |
| std::string | debugText () const |
| virtual void | bindVariables (DtVariableBindingsList variableBindings) |
| virtual std::list < DtVariableNameType > | unboundVariables () const |
| bool | invalid () const |
| virtual bool | hasChild (const DtReaderWriter *p) const |
| virtual bool | hasVariableReference () const |
| virtual void | bindLocalVariables (const DtVariableBindingsList &variableBindings) |
| virtual void | recordUpdateTime () const |
| virtual bool | wasUpdatedSince (DtTime t) const |
| virtual bool | changedSinceLastChecked () |
| virtual bool | peekChangedSinceLastChecked () const |
| virtual void | setValueSpecified (bool specified, bool recurse=false) |
| virtual bool | valueSpecified () const |
| virtual bool | isVariableReference () const |
| virtual void | setIsVariableReference (bool value) |
| virtual void | clearAllVariableReferenceFlags () |
| virtual DtSymbolString | variableName () const |
| virtual void | setVariableName (const DtSymbolString variableName) |
| virtual const DtReaderWriter * | defaultRWValue () const |
| virtual DtReaderWriter * | defaultRWValue () |
| virtual void | setDefaultRWValue (DtReaderWriter *) |
| virtual bool | checkAndSetDefaultRWValue (DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths=SearchPaths(), const DtVariableBindingsList &variableBindings=nullVariableReference()) |
| const DtReaderWriterRegistry & | registry () const |
| DtReaderWriterRegistry & | registry () |
| virtual DtPropertyInterface * | property () |
| virtual const DtPropertyInterface * | property () const |
| virtual DtString | toXml () const |
| virtual DtRwVariableBindings * | generateVariableBindings () const |
| virtual bool | toXml (const DtFilename &) const |
| virtual bool | fromXml (const DtString &) |
| virtual bool | fromXmlFile (const DtFilename &) |
| virtual void | putSelf (DtEnvironmentSP, DtEnvValueSP parent) const |
| virtual void | putData (DtEnvironmentSP, DtEnvValueSP value) const |
| virtual void | putVariableReference (DtEnvironmentSP, DtEnvValueSP value) const |
| virtual void | getSelf (const DtEnvironmentSP, const DtEnvValueSP root, const SearchPaths &searchPaths=SearchPaths(), const DtVariableBindingsList &bindings=DtVariableBindingsList()) |
| virtual void | getData (const DtEnvironmentSP, const DtEnvValueSP, const SearchPaths &searchPaths=SearchPaths(), const DtVariableBindingsList &bindings=DtVariableBindingsList()) |
| virtual void | unrecognizedItem (const DtEnvironmentSP env, const DtEnvValueSP root, const SearchPaths &searchPaths, const DtVariableBindingsList &varBindings) |
| virtual void | getVariableReference (DtEnvironmentSP, DtEnvValueSP value) |
| DtControllerComponent::DtControllerComponent | ( | const DtString & | name, |
| DtLocalObject * | owner, | ||
| DtSimulationServices * | simServices, | ||
| DtComponentDescriptor * | desc = 0, |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
| name | Reader writer name of this component. |
| owner | The DtLocalObject that owns this component |
| simManager | The simulation manager (provides access to terrain, message interface, simulation clock). |
| desc | The component descriptor used to initialize this component. |
| parentRegistry | Pointer to the parent reader writer registry (the containing object that reads/writes this object). |
|
virtual |
destructor
|
protected |
default constructor
|
protected |
copy constructor
|
pure virtual |
This returns a string from compTypes.h, and identifies the type of component.
Implements DtSimComponent.
Implemented in DtDisaggregatedConvoyFormationController, DtTargetSelectionController, DtSurfaceEntityPilotController, DtDisaggregatedFormationController, DtRailPathController, DtDiGuyController, DtDisaggregatedMoveAlongController, DtRoadMovementController, DtDynamicTerrainController, DtHumanCollisionAvoidanceController, DtLauncherController, DtFixedWingMoveAlongController, DtGroundCollisionAvoidanceController, DtDisaggregatedLeadFollowInFormationController, DtSpotReportGeneratorController, DtTurretAcquireController, DtBombController, DtEngagementReportGeneratorController, DtConvoyTaskController, DtFixedWingPilotController, DtMissileDistractionController, DtWeaponController, DtSensorGimbalController, DtMunitionLaunchController, DtAirRefuelSupplierController, DtLasingController, DtSurfaceEntityPatrolRouteController, DtFixedWingTakeoffController, DtGroundMoveToDestinationControllerComponent, DtSurfaceEntityFollowEntityController, DtVrfObjectDataMessenger, DtBallisticGunController, DtDisaggregatedMoveIntoFormationController, DtDynamicFeaturesController, DtGroundMovementChooserController, DtTaskControllerComponent, DtRetreatController, DtContactFusionController, DtDynamicTerrainVehicleTrackController, DtIndirectFireController, DtScriptReactiveTaskController, DtCruiseMissileDefaultController, DtHumanMoveAlongController, DtTurretSlewController, DtAggregatedMoveToController, DtArticulatedPartController, DtBaseWeaponController, DtHumanMoveToController, DtOccupancyDirectorController, DtRotaryWingPilotController, DtSurfaceEntityPatrolBetweenController, DtAirVehicleSetController, DtDisaggregatedMoveToLocationController, DtEmbarkationController, DtFixedWingFlyIntoController, DtFixedWingLandingController, DtJammerController, DtSurfaceEntityMoveAlongController, DtAirVehicleWeaponHoldController, DtDetonationController, DtDisaggregatedPatrolAlongController, DtDynamicTerrainMunitionDamageController, DtFixedWingFlightCommandController, DtLaserGuidedLauncherController, DtSimpleRotaryWingPilot, DtAggregateOrganizationController, DtAirportLightingController, DtCruiseMissileLaunchController, DtCulturalFeatureSetController, DtDisaggregatedEmbarkationController, DtIffControllerComponent, DtMovementBasedTerrainPreloadController, DtOrganizationController, DtParachuteController, DtRotaryWingLandingController, DtRotorWashController, DtShapeBasedTerrainPreloadController, DtTDLMessageGeneratorController, DtAimWeaponController, DtBaseMountingController, DtFixedWingDefaultController, DtSurfaceEntityMoveToLocationController, DtTopLevelOrganizationController, DtDisaggregatedPatrolBetweenController, DtHumanAcquireController, DtHumanFollowController, DtLasingMissileTrackController, DtRotaryWingMoveAlongControllerComponent, DtRotaryWingTurnToHeadingController, DtSubSurfaceDepthController, DtSurfaceEntityTurnMoveController, DtHumanFleeController, DtHumanPatrolController, DtMissileMoveToControllerComponent, DtMoveAlongWithActionsController, DtRotaryWingFlightCommandController, DtSurfaceEntityStopController, DtGroundAutoControllerComponent, DtGroundMoveToControllerComponent, DtHumanPostureController, DtMissileTrackEntityController, DtRotaryWingPatrolBetweenController, DtTagVolumeDimensionsController, DtDefaultLandingGearController, DtDisaggregatedWaitController, DtFixedWingEntitySetController, DtHumanCrosswalkController, DtIndirectFireWeaponController, DtLimitExistenceController, DtMissileControllerComponent, DtReleaseBombController, DtFixedWingMoveToController, DtFixedWingPatrolRouteController, DtGroundFollowEntityController, DtHumanLauncherAcquireController, DtHumanUseDoorController, DtNavTagTraversalController, DtRotaryWingPatrolRouteController, DtSpawnController, DtTDLContactMessageGeneratorController, DtAggregatedPatrolController, DtAggregateMountedMovementRelayController, DtGroundStopMovingControllerComponent, DtRotaryWingFollowEntityController, DtRotaryWingTaskController, DtTurretAimController, DtTurretScanController, DtDisaggregatedTurnToHeadingController, DtResupplySupplierController, DtScriptedMovementController, DtActivityController, DtAggregatedMoveAlongController, DtDisaggregatedOccupancyDirectorController, DtFixedWingFollowEntityController, DtFixedWingPatrolBetweenController, DtFixedWingTankerEntitySetController, DtGroundPatrolBetweenController, DtGroundPatrolRouteController, DtGroundTurnToControllerComponent, DtHumanEyepointController, DtIntegratedLaserGuidedLauncherController, DtMissileTargetController, DtResupplyReceiverController, DtRotaryWingJoyFlightController, DtRotaryWingLandingGearController, DtRotaryWingLoiterControllerComponent, DtRotaryWingWaitController, DtTurretReturnToHeadingController, DtWaitController, DtHumanTurnToController, DtRotaryWingMoveToControllerComponent, DtAffectEngineeringObjectController, DtCreateEngineeringObjectController, DtCruiseMissileMoveAlongController, DtFixedWingGunneryController, DtGroundFollowInFormationControllerComponent, DtGroundMoveAlongControllerComponent, DtLaunchExpendableResourceController, DtLocalEntitySetController, DtSurfaceEntityMoveToController, DtAggregateAntiAirController, DtAggregateIndirectFireController, DtDisaggregatedMoveToController, DtHumanJoystickMovementController, DtAggregateMountedSetRelayController, DtDisaggregatedSetController, DtDisaggregatedSetManeuverController, DtHumanSetController, DtProvideIndirectFireController, DtSendRadioMessageController, DtSurfaceEntitySetController, MyJoystickControllerComponenet, DtBallisticGunJoyController, DtBreachDetector, DtDestroyEngineeringObjectController, DtFixedWingEmbarkationController, DtGroundLeadFormationControllerComponent, DtGroundMoveToLocationControllerComponent, DtGroundVehicleTrailingEffectController, DtHumanFaceTargetController, DtHumanStopMovingController, DtLaunchSmokeController, DtLookAtPointController, DtTacticalGraphicSetController, ExampleTDLMessageGeneratorController, DtAggregateDynamicFeaturesController, DtBreachObstacleController, DtNavigationPreferenceController, DtAggregateReleaseBombController, DtAimAtPointController, DtFixedWingJoyFlightController, DtGroundJoyMoveController, DtScriptEnableController, DtSyncMatrixController, DtEventTriggerController, DtFixedWingMoveToLocationController, DtGroundJoyTurretController, DtMountingController, DtNavalMineSetController, DtSystemSwitcherComponent, DtTDLPPLIMessageGeneratorController, DtTDLStatusMessageGeneratorController, DtAggregateFollowController, DtCombatRangeController, DtEmbeddedEntitiesController, DtVerticalLauncherController, DtEnvironmentalActivationController, DtFascamController, DtMoppEnableController, DtNbcWeaponController, DtRotaryWingEmbarkationController, DtRotaryWingMoveToLocationControllerComponent, DtRangeRingController, DtResupplyController, DtScenarioEventController, DtSimpleRadarWarningResponse, DtSimpleRadarWarningResponse, DtDiGuyGestureController, DtFixedWingHoldController, DtPseudoAggregatedSetController, DtAggregateCombatAdjustmentController, DtAggregateLoadoutController, DtStatePropertyInitializationController, DtHoldController, DtRunwaySetController, DtAerodromeSetController, DtMissileSetController, DtScriptMultiTaskController, and DtCompatibilityController.
|
virtual |
Calls setRadio()
Reimplemented from DtSimComponent.
Reimplemented in DtTDLContactMessageGeneratorController, DtSurfaceEntityPilotController, DtTargetSelectionController, DtDiGuyController, DtDisaggregatedFormationController, DtDisaggregatedMoveAlongController, DtRoadMovementController, DtSurfaceEntityStopController, DtAggregateOrganizationController, DtDisaggregatedLeadFollowInFormationController, DtSpawnController, DtFixedWingEmbarkationController, DtLauncherController, DtRailPathController, DtNavalMineSetController, DtWeaponController, DtMunitionLaunchController, DtJammerController, DtTacticalGraphicSetController, DtSpotReportGeneratorController, DtSurfaceEntityFollowEntityController, DtDynamicTerrainController, DtBallisticGunController, DtDisaggregatedMoveIntoFormationController, DtEngagementReportGeneratorController, DtConvoyTaskController, DtDynamicFeaturesController, DtMissileDistractionController, DtScriptReactiveTaskController, DtAirRefuelSupplierController, DtLasingController, DtSensorGimbalController, DtFixedWingMoveAlongController, DtDetonationController, DtDisaggregatedMoveToLocationController, DtDisaggregatedOccupancyDirectorController, DtDisaggregatedPatrolAlongController, DtFixedWingPilotController, DtLaunchExpendableResourceController, DtSurfaceEntityMoveAlongController, DtFixedWingTakeoffController, DtLaserGuidedLauncherController, DtReleaseBombController, DtRotorWashController, DtContactFusionController, DtCruiseMissileLaunchController, DtGroundMovementChooserController, DtIndirectFireController, DtLaunchSmokeController, DtSubSurfaceDepthController, DtAggregatedMoveToController, DtHumanFollowController, DtHumanMoveAlongController, DtHumanMoveToController, DtHumanPatrolController, DtLasingMissileTrackController, DtResupplyController, DtTurretSlewController, DtOccupancyDirectorController, DtBombController, DtEmbarkationController, DtLimitExistenceController, DtResupplySupplierController, DtAirVehicleWeaponHoldController, DtHumanCollisionAvoidanceController, DtResupplyReceiverController, DtAggregatedPatrolController, DtFixedWingLandingController, DtIndirectFireWeaponController, DtRotaryWingPilotController, DtGroundCollisionAvoidanceController, DtGroundMoveToDestinationControllerComponent, DtMovementBasedTerrainPreloadController, DtNavigationPreferenceController, DtTDLMessageGeneratorController, DtIntegratedLaserGuidedLauncherController, DtSimpleRotaryWingPilot, DtTopLevelOrganizationController, DtTurretScanController, DtDisaggregatedPatrolBetweenController, DtHumanFleeController, DtRotaryWingWaitController, DtShapeBasedTerrainPreloadController, DtWaitController, DtArticulatedPartController, DtCombatRangeController, DtEnvironmentalActivationController, DtFixedWingFlightCommandController, DtHumanPostureController, DtMoveAlongWithActionsController, DtParachuteController, DtBaseWeaponController, DtCruiseMissileDefaultController, DtFixedWingDefaultController, DtFixedWingGunneryController, DtGroundAutoControllerComponent, DtHumanCrosswalkController, DtRotaryWingLandingController, DtAggregateAntiAirController, DtAggregateIndirectFireController, DtAimWeaponController, DtDefaultLandingGearController, DtGroundVehicleTrailingEffectController, DtHumanUseDoorController, DtMissileControllerComponent, DtNavTagTraversalController, DtRotaryWingFlightCommandController, DtRotaryWingMoveAlongControllerComponent, DtHumanLauncherAcquireController, DtSendRadioMessageController, DtSetController, DtAggregateMountedMovementRelayController, DtAggregateMountedSetRelayController, DtDisaggregatedSetController, DtDisaggregatedSetManeuverController, DtTagVolumeDimensionsController, DtAggregatedMoveAlongController, DtAirportLightingController, DtBreachDetector, DtIffControllerComponent, DtRotaryWingTaskController, DtAggregateReleaseBombController, DtHumanEyepointController, DtHumanTurnToController, DtRotaryWingJoyFlightController, DtRotaryWingLandingGearController, DtMissileSetController, DtAggregateFollowController, DtEmbeddedEntitiesController, DtGroundMoveAlongControllerComponent, DtHumanAcquireController, DtLocalEntitySetController, DtScriptedMovementController, DtMissileTargetController, DtDiGuyGestureController, DtHumanStopMovingController, DtRangeRingController, DtMultiTaskControllerComponent, DtFixedWingHoldController, DtHumanFaceTargetController, DtLookAtPointController, DtAggregateCombatAdjustmentController, DtAggregateLoadoutController, DtStatePropertyInitializationController, DtAimAtPointController, DtEngineeringObjectSetController, DtHoldController, DtSyncMatrixController, DtSystemSwitcherComponent, DtCreateEngineeringObjectController, DtScriptMultiTaskController, DtAffectEngineeringObjectController, DtDestroyEngineeringObjectController, DtBreachObstacleController, DtFascamController, and DtCompatibilityController.
|
virtual |
Calls enableTaskTypes()
Reimplemented from DtSimComponent.
Reimplemented in DtFixedWingPilotController, DtSimpleRotaryWingPilot, DtSurfaceEntityPilotController, DtSurfaceEntityFollowEntityController, DtGroundAutoControllerComponent, DtMissileControllerComponent, DtTargetSelectionController, DtRotaryWingTaskController, DtHumanAcquireController, DtSubSurfaceDepthController, DtBombController, DtFixedWingDefaultController, DtTurretAcquireController, DtGroundMovementChooserController, DtIndirectFireController, DtLaunchExpendableResourceController, DtSensorGimbalController, DtFixedWingTakeoffController, DtBallisticGunController, DtFixedWingLandingController, DtDetonationController, DtNavigationPreferenceController, DtResupplyController, DtBaseWeaponController, DtFixedWingGunneryController, DtAggregateMountedMovementRelayController, DtResupplySupplierController, DtAggregatedSetController, DtAimWeaponController, DtBaseMountingController, DtResupplyReceiverController, DtEventTriggerController, DtAggregateLoadoutController, and DtMoppEnableController.
|
virtual |
The radio this component is listening to.
|
virtual |
This is used by the entity to notify all controllers that a new task has been received. It will NOT be called for the controller that received the task; it is used to inform the others...
Reimplemented in DtTaskControllerComponent, and DtSingleTaskControllerComponent.
|
virtual |
Called when you want to clear out this component's task state. Base class implementation does nothing.
Reimplemented in DtRoadMovementController, DtFixedWingMoveAlongController, DtFixedWingMoveToController, DtAggregatedMoveToController, DtMunitionLaunchController, DtHumanMoveToController, DtDiGuyController, DtGroundMoveAlongControllerComponent, DtAggregatedMoveAlongController, DtHumanMoveAlongController, DtRailPathController, DtRotaryWingMoveAlongControllerComponent, DtHumanFollowController, DtDisaggregatedEmbarkationController, DtParachuteController, DtDisaggregatedMoveAlongController, DtSurfaceEntityPilotController, DtHumanFleeController, DtDisaggregatedLeadFollowInFormationController, DtLaunchExpendableResourceController, DtSurfaceEntityFollowEntityController, DtRotaryWingFlightCommandController, DtGroundMoveToDestinationControllerComponent, DtEmbarkationController, DtSubSurfaceDepthController, DtLookAtPointController, DtLasingController, DtFixedWingFlightCommandController, DtFixedWingLandingController, DtCreateEngineeringObjectController, DtFixedWingTakeoffController, DtAggregateFollowController, DtDisaggregatedMoveIntoFormationController, DtIndirectFireController, DtFixedWingPilotController, DtConvoyTaskController, DtGroundFollowInFormationControllerComponent, DtHumanTurnToController, DtDestroyEngineeringObjectController, DtSurfaceEntityMoveAlongController, DtGroundTurnToControllerComponent, DtSingleTaskControllerComponent, DtDisaggregatedMoveToLocationController, DtScriptedMovementController, DtHumanStopMovingController, DtMoveAlongWithActionsController, DtRotaryWingLandingController, DtGroundAutoControllerComponent, DtRotaryWingTaskController, DtGroundLeadFormationControllerComponent, DtDisaggregatedMoveToController, DtSurfaceEntityMoveToController, and DtFascamController.
|
virtual |
Finds the script controller, and enables the new task types on that controller.
|
virtual |
Finds the script controller, and disables the task types on that controller.
|
protected |
assignment operator
|
protectedvirtual |
Override to iterate over the descriptor to see if there are any targetting control tables. If there are then restore the resources from them into the resource manager.
Reimplemented from DtSimComponent.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in DtLasingController, DtAggregatedSetController, DtIffControllerComponent, DtDisaggregatedFormationController, DtTaskControllerComponent, DtOrganizationController, DtSystemSwitcherComponent, DtAggregateOrganizationController, vrfAddSetExample::MyHumanSetController, vrfAddSetExample::MyAirVehicleSetController, vrfAddSetExample::MyFixedWingEntitySetController, vrfAddSetExample::MyLocalEntitySetController, DtSetController, and DtActivityController.
|
protectedvirtual |
Sends an updated capable sets and task message.
|
protected |
Controller components can send messages. Of course, if your controller never will, you don't have to use this.
|
protected |
Whether task types are currently enabled.
|
protected |
Whether task types are currently enabled.