VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtPrintAccessory.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtPrintAccessory.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
12 #ifndef DtPrintAccessory_H_
13 #define DtPrintAccessory_H_
14 
15 #include "exampleAccessory.h"
17 
18 namespace makVrv
19 {
20  class DtConnection;
21 
22  namespace DT_PROTOCOL_NAMESPACE
23  {
28  {
29  public:
32 
34  virtual ~DtPrintAccessory();
35 
39  virtual bool isCompatible(DtDriver* driver);
40 
42  virtual void install(DtDriver* driver);
43 
45  virtual void uninstall(DtDriver* baseConn);
46 
47  protected:
49  virtual void slot_onSimCreated(DtConnection* connection);
50 
52  virtual void slot_onSimConnected(DtConnection* connection);
53 
55  virtual void slot_onSimAboutToBeDisconnected(DtConnection* connection);
56  };
57  }
58 }
59 
60 #include "DtPrintAccessory.inl"
61 
62 #endif

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)