18#include "vreVrfModel/vreSimComponent.h"
19#include <vrfobjcore/humanLocalObjectFacade.h>
20#include <vrfmodel/diGuyController.h>
45 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);
77 virtual void tick()
override;
virtual void preFirstTickInit() override
Performs initialization before the first simulation tick.
DtVreDiGuyController()
VRE override to handle ordered animations (currently commented out)
DtVreDiGuyController(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
Constructor.
void DtDiGuyController_tick()
virtual const char * type() const override
Gets the type identifier for this component.
const DtVreDiGuyController & operator=(const DtVreDiGuyController &orig)
Assignment operator (not implemented)
DtVreDiGuyController(const DtVreDiGuyController &orig)
Copy constructor (not implemented)
virtual ~DtVreDiGuyController() override
Virtual destructor.
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 tick() override
Updates the controller state each simulation frame.
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 DtVreDIGuyControllerType[]
Type identifier for the VRE DiGuy controller component.
Definition vreDiGuyController.h:25