25 : myFileExtension(
"vrfhla4")
31 virtual const std::string&
extension()
const override {
32 return myFileExtension;
std::string myFileExtension
Definition: vrfHla4DriverCreator.h:36
virtual ~DtVrfHla4DriverCreator() override
Definition: vrfHla4DriverCreator.h:29
virtual const std::string & extension() const override
Get the name of the sim driver file connection.
Definition: vrfHla4DriverCreator.h:31
#define VRF_PROTOCOL_NAMESPACE
Contains DLL export macros.
Definition: vrfDis.h:14
The DtDriver is an abstract class. Developers derive from this to create logic that "directs" things ...
Definition: DtDriver.h:30
DtVrfHla4DriverCreator()
Definition: vrfHla4DriverCreator.h:24
The DtAgentManager manages the distributed scene object framework. This includes the objects and upda...
Definition: DtAgentManager.h:38
#define DT_DLL_VRFHLA4
Definition: vrfHla4.h:22
Definition: vrfHla4DriverCreator.h:15
Abstract DtDriver creator.
Definition: DtDriver.h:204
virtual makVrv::DtDriver * create(makVrv::DtAgentManager &agentManager, const std::string &instanceName) const override
Create a driver.
Definition: vrfHla4DriverCreator.h:18
The Driver for DIS.
Definition: vrfDriver.h:89