32 : myFileExtension(
"vrfhla1516e")
38 virtual const std::string&
extension()
const override {
39 return myFileExtension;
Definition: vrfHla1516eDriverCreator.h:22
virtual ~DtVrfHla1516eDriverCreator() override
Definition: vrfHla1516eDriverCreator.h:36
virtual makVrv::DtDriver * create(makVrv::DtAgentManager &agentManager, const std::string &instanceName) const override
Create a driver.
Definition: vrfHla1516eDriverCreator.h:25
#define DT_DLL_VRFHLA1516e
Definition: vrfHla1516e.h:20
#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
DtVrfHla1516eDriverCreator()
Definition: vrfHla1516eDriverCreator.h:31
std::string myFileExtension
Definition: vrfHla1516eDriverCreator.h:43
The DtAgentManager manages the distributed scene object framework. This includes the objects and upda...
Definition: DtAgentManager.h:38
virtual const std::string & extension() const override
Get the name of the sim driver file connection.
Definition: vrfHla1516eDriverCreator.h:38
Abstract DtDriver creator.
Definition: DtDriver.h:204
The Driver for DIS.
Definition: vrfDriver.h:89