14 namespace vrfAddSetEncumbranceExample
virtual void tick()
Calculate new maximum accelerations based on mass input port.
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
DtManualRotaryWingEncumberedFlightActuator()
default constructor; not implemented
DtManualRotaryWingEncumberedFlightActuator & operator=(const DtRotaryWingEncumberedFlightActuator &orig)
assignment operator; not implemented
virtual ~DtManualRotaryWingEncumberedFlightActuator()
destructor Removes process state from process state manager before deleting it.
DtSimManager * simManager()
Gets the sim manager.
Definition: simComponent.h:408
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
Override DtRotaryWingEncumberedFlightActuator to handle DtSetEncumbranceRequest.
Definition: manualRotaryWingEncumberedFlightActuator.h:20
virtual void processSetEncumbranceCallback(DtSimMessage *msg)
Handle DtSetEncumbranceRequest.
File: simMsg.h.
Definition: simMessage.h:35
static void setEncumbranceCallback(DtSimMessage *msg, void *usrData)
Receives DtSetEncumbranceRequest.
virtual bool init()
to get access to the entity's localStateRepository, which this component will update, and then connect to the controller's ports.
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
DtRotaryWingEncumberedFlightActuator alters the behavior of the rotary-wing flight model by constrain...
Definition: rotaryWingEncumberedFlightActuator.h:29
static DtSimComponent * creator(const DtString &name, DtVrfObject *owner, DtSimManager *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:102
virtual DtSymbolString name() const
Accessor for name of this readable/writable object.