VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtVrvCommandAccessory.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrvCommandAccessory.h,v $ $Revision: 1.5 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DT_PROTOCOL_NAMESPACE
14 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
15 #endif
16 
17 #pragma once
18 
19 #include <vrvVrl/vrvVrl.h>
21 
22 namespace makVrv
23 {
24 
25  class DtVrvCommand;
26  class DtConnection;
27  class DtVrlinkDriver;
28 
29  namespace DT_PROTOCOL_NAMESPACE
30  {
31 
32  class DtVrvCommandProcessor;
33 
38  {
39  public:
42 
44  virtual ~DtVrvCommandAccessory();
45 
47  virtual void install(DtDriver* driver);
48 
50  virtual void uninstall(DtDriver* baseConn);
51 
53  virtual bool isCompatible(DtDriver* driver);
54 
55  virtual void slot_onSimCreated(DtConnection* connection);
56  virtual void slot_onSimConnected(DtConnection* connection);
57  virtual void slot_onSimAboutToBeDisconnected(DtConnection* connection);
58 
59  protected:
60 
63  };
64 
65  } //DT_PROTOCOL_NAMESPACE::
66 
67 } //makVrv::

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)