17#include <vrfmodel/humanCrosswalkController.h>
18#include "vreVrfModel/vreSimComponent.h"
63 DtComponentDescriptor* desc = 0, DtReaderWriterRegistry* parentRegistry = 0);
75 virtual const char*
type()
const override;
83 virtual void tick()
override;
95 static DtSimComponent*
creator(
const DtString& name, DtLocalObject* owner, DtSimulationServices* simManager,
96 DtComponentDescriptor* desc = 0, DtReaderWriterRegistry* parentRegistry = 0);
virtual void tick() override
Updates the controller state each simulation frame.
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.
DtVreHumanCrosswalkController()
Default constructor (not implemented)
DtVreHumanCrosswalkController & operator=(const DtVreHumanCrosswalkController &orig)
Assignment operator (not implemented)
DtVreHumanCrosswalkController(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 ~DtVreHumanCrosswalkController() override
Virtual destructor.
DtVreHumanCrosswalkController(const DtVreHumanCrosswalkController &orig)
Copy constructor (not implemented)
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 DtVreHumanCrosswalkControllerType[]
Type identifier for the VRE human crosswalk controller component.
Definition vreHumanCrosswalkController.h:23