VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtVrlinkAudioAccessory.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2012 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
10 
11 #pragma once
12 
14 
16 
17 #include <map>
18 #include <string>
19 #include <vector>
20 
21 namespace makVrv
22 {
23  class DtConnection;
24  class DtDriver;
25 
26  namespace DT_PROTOCOL_NAMESPACE
27  {
28  class DtVrlinkAudioController;
29 
34  {
35  public:
36 
39 
41  virtual ~DtVrlinkAudioAccessory();
42 
45  virtual void install( makVrv::DtDriver* driver );
46 
49  virtual void uninstall( makVrv::DtDriver* driver );
50 
57  virtual bool isCompatible( makVrv::DtDriver* driver );
58 
59  protected:
60 
64  virtual void slot_onSimCreated( DtConnection* connection,
65  makVrv::DtDriver* driver );
66 
70  virtual void slot_onSimConnected( DtConnection* connection,
71  makVrv::DtDriver* driver );
72 
77  DtConnection* connection, makVrv::DtDriver* driver );
78 
81  virtual void slot_onPostTick();
82 
89 
95  makVrv::DtDriver* driver, DtVrlinkAudioController* controller );
96 
105  makVrv::DtDriver* driver );
106 
107  protected:
109 
110  typedef std::pair<DtDriver*, DtVrlinkAudioController*> DrvCtrlPair;
111  typedef std::map<DtDriver*, DtVrlinkAudioController*> DrvCtrlMap;
113  };
114  }
115 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)