VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfHla1516DriverCreator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: DtVrfHla1516Driver.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 #pragma once
14 
15 #include <vrfHla1516/vrfHla1516.h>
17 
18 #include <vrfHla1516/vrfHla1516.h>
19 namespace makVrf
20 {
21  namespace VRF_PROTOCOL_NAMESPACE
22  {
24  {
25  public:
27  const std::string& instanceName ) const
28  {
29  return new DtVrfDriver(agentManager,instanceName);
30  }
31 
33  : myFileExtension("vrfhla1516")
34  {
35  }
36 
38  {
39  }
40 
41  const std::string& extension() const
42  {
43  return myFileExtension;
44  }
45 
46  protected:
47  std::string myFileExtension;
48 
49  };
50  }
51 }
#define DT_DLL_VRFHLA1516
Definition: vrfHla1516.h:30
const std::string & extension() const
Get the name of the sim driver file connection.
Definition: vrfHla1516DriverCreator.h:41
makVrv::DtDriver * create(makVrv::DtAgentManager &agentManager, const std::string &instanceName) const
Create a driver.
Definition: vrfHla1516DriverCreator.h:26
DtVrfHla1516DriverCreator()
Definition: vrfHla1516DriverCreator.h:32
#define VRF_PROTOCOL_NAMESPACE
Definition: vrfDis.h:18
The DtDriver is an abstract class. Developers derive from this to create logic that &quot;directs&quot; things ...
Definition: DtDriver.h:31
~DtVrfHla1516DriverCreator()
Definition: vrfHla1516DriverCreator.h:37
The DtAgentManager manages the distributed scene object framework. This includes the objects and upda...
Definition: DtAgentManager.h:38
std::string myFileExtension
Definition: vrfHla1516DriverCreator.h:47
Definition: vrfHla1516DriverCreator.h:23
Abstract DtDriver creator.
Definition: DtDriver.h:201
The Driver for DIS.
Definition: vrfDriver.h:84

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)