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

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)