19#include <vrfmodel/groundVehicleSetController.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);
DtVreGroundVehicleSetController(const DtVreGroundVehicleSetController &orig)
Copy constructor (not implemented)
virtual const char * type() const override
Gets the type identifier for this component.
DtVreGroundVehicleSetController(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
Constructor.
virtual ~DtVreGroundVehicleSetController() 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.
DtVreGroundVehicleSetController()
Default constructor (not implemented)
const DtVreGroundVehicleSetController & operator=(const DtVreGroundVehicleSetController &orig)
Assignment operator (not implemented)
DtVreSetController(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
Definition vreSetController.h:76
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 DtVreGroundVehicleSetControllerType[]
Type identifier for the VRE ground vehicle set controller component.
Definition vreGroundVehicleSetController.h:24
Template controller for handling VR-Engage entity control assignments.