VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDistributedEnvironmentAccessory.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtDistributedEnvironmentAccessory.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #ifndef DT_PROTOCOL_NAMESPACE
16 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
17 #endif
18 
20 
21 namespace makVrv
22 {
23  class DtConnection;
24  class DtVrlinkConnection;
25  class DtVrlinkDriver;
26 
27  namespace DT_PROTOCOL_NAMESPACE
28  {
34  {
35  public:
38 
41 
43  virtual void install(DtDriver* driver);
44 
46  virtual void uninstall(DtDriver* baseConn);
47 
51  virtual bool isCompatible(DtDriver* driver);
52 
53  protected:
54 
56  virtual void registerEnvironmentalEffectsListener(DtConnection* vrlCon);
57 
59  virtual void slot_onSimCreated(DtConnection* connection);
60 
62  virtual void slot_onSimConnected(DtConnection* connection);
63 
65  virtual void slot_onSimAboutToBeDisconnected(DtConnection* connection);
66 
67  protected:
69  };
70  }
71 }

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)