VR-Forces 4.1 Class Documentation
DtCigiAccessory.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtCigiAccessory.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #pragma once
13 
14 #include "exampleCigiExtension.h"
16 
17 namespace makVrv
18 {
19  class DtConnection;
20  class DtCigiConnection;
21 
26  {
27  public:
30 
32  virtual ~DtCigiAccessory();
33 
35  virtual void install(DtDriver* driver);
36 
38  virtual void uninstall(DtDriver* baseConn);
39 
43  virtual bool isCompatible(DtDriver* driver);
44 
45  protected:
47  virtual void slot_onSimCreated(DtCigiConnection* connection);
48 
50  virtual void slot_onSimConnected(DtCigiConnection* connection);
51 
53  virtual void slot_onSimAboutToBeDisconnected(DtCigiConnection* connection);
54  };
55 }
56 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)