VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtBaseAccessory.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtBaseAccessory.h,v $ $Revision: 1.9 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtBaseAccessory_H_
14 #define DtBaseAccessory_H_
15 
16 #include <vrvCore/vrvCore.h>
17 #include <string>
18 
19 namespace makVrv
20 {
21 
22  class DtDriver;
23 
30  {
31 
32  public:
33 
34  DtBaseAccessory(const std::string& name);
35 
36  virtual ~DtBaseAccessory();
37 
39  virtual const std::string& name();
40 
42  virtual void install(DtDriver* baseConn) = 0;
43 
45  virtual void uninstall(DtDriver* baseConn) = 0;
46 
48  virtual bool isCompatible(DtDriver* simConn) = 0;
49 
50  protected:
52 
53  std::string myName;
54 
55  };
56 }
57 
58 #endif
59 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)