18#include <vrfmodel/rotaryWingActuatorComponent.h>
44 DtComponentDescriptor* desc = 0, DtReaderWriterRegistry* parentRegistry = 0);
57 virtual const char*
type()
const override;
69 static DtSimComponent*
creator(
const DtString& name, DtLocalObject* owner, DtSimulationServices* simManager,
70 DtComponentDescriptor* desc = 0, DtReaderWriterRegistry* parentRegistry = 0);
static DtSimComponent * creator(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
Factory method to create a new instance of this component.
virtual void checkLandedOrCrashed() override
Determines if the aircraft has landed or crashed.
virtual ~DtVreRotaryWingActuatorComponent() override
Virtual destructor.
DtVreRotaryWingActuatorComponent(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
Constructor.
virtual const char * type() const override
Gets the type identifier for this component.
virtual void sendDetonation(const DtVector &geocentricLocation) override
Sends a detonation event at the crash location if configured.
DtVreSimComponent(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
Definition vreSimComponent.h:54
Defines export macros for the vreVrfmodel library.
#define VREVRFMODEL_DLL
Definition export.h:22
Include export definitions for this library.
Definition glsVreMessageUtil.h:49
const char DtVreRotaryWingActuatorType[]
Type identifier for the VRE rotary wing actuator component.
Definition vreRotaryWingActuator.h:24
Base template class for VR-Engage simulation components.