![]() |
VR-Forces 4.0.4 Class Documentation
|

| DtSimpleRadarWarningResponse::DtSimpleRadarWarningResponse | ( | const DtString & | name, |
| DtVrfObject * | owner, | ||
| DtSimManager * | simManager, | ||
| DtComponentDescriptor * | desc = NULL, |
||
| DtReaderWriterRegistry *const | parentRegistry = 0 |
||
| ) |
| virtual DtSimpleRadarWarningResponse::~DtSimpleRadarWarningResponse | ( | ) | [virtual] |
| DtSimpleRadarWarningResponse::DtSimpleRadarWarningResponse | ( | ) | [protected] |
| DtSimpleRadarWarningResponse::DtSimpleRadarWarningResponse | ( | const DtSimpleRadarWarningResponse & | orig | ) | [protected] |
| virtual DtString DtSimpleRadarWarningResponse::type | ( | ) | const [virtual] |
Returns a string identifies the class type of component.
Type values are defined in compTypes.h. DtSimComponent creation functions are registered with the DtSimComponentFactory using the type values as the key.
Reimplemented from DtFixedWingPilotController.
| virtual void DtSimpleRadarWarningResponse::tick | ( | ) | [virtual] |
Only gets actuator values the first time it's called.
Call lookupAndCacheProcessSR(), to look up myProcessState, if it hasn't already been found.
Reimplemented from DtFixedWingPilotController.
| static DtSimComponent* DtSimpleRadarWarningResponse::creator | ( | const DtString & | name, |
| DtVrfObject * | owner, | ||
| DtSimManager * | simManager, | ||
| DtComponentDescriptor * | desc, | ||
| DtReaderWriterRegistry * | parentRegistry | ||
| ) | [static] |
(const DtString&,DtVrfObject*,DtSimManager*,
| name | Reader writer name of this component. |
| owner | The DtVrfObject 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). |
Reimplemented from DtFixedWingPilotController.
| virtual bool DtSimpleRadarWarningResponse::createPorts | ( | ) | [protected, virtual] |
Overridden to create the fixed wing ports.
Reimplemented from DtFixedWingPilotController.
| virtual DtVrfObject* DtSimpleRadarWarningResponse::getControlPoint | ( | const DtString & | name | ) | [protected, virtual] |
| virtual bool DtSimpleRadarWarningResponse::inVicinity | ( | const DtVector & | localPosition | ) | [protected, virtual] |
| DtSimpleRadarWarningResponse& DtSimpleRadarWarningResponse::operator= | ( | const DtSimpleRadarWarningResponse & | orig | ) | [protected] |
DtVector DtSimpleRadarWarningResponse::myLocalGoal [protected] |