VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtConnectedSlavesLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtConnectedSlavesLogic.h,v $ $Revision: 1.11 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtConnectedSlavesLogic_H_
14 #define DtConnectedSlavesLogic_H_
15 
16 #include <vrvCoreQt/vrvCoreQt.h>
18 
19 namespace makVrv
20 {
21 
22  class DtDe;
23  class DtDeCommunicator;
24  class DtConnectedSlavesInterface;
25 
29  {
30 
31  public:
32 
35  static DtConnectedSlavesLogic* create(DtDe& de, DtConnectedSlavesInterface* csInterface);
36 
37  virtual ~DtConnectedSlavesLogic();
38 
40  virtual void slot_activate(DtDeCommunicator* comm);
41 
43  virtual void slot_deactivate(DtDeCommunicator* comm);
44 
46  virtual void slot_addClient(const DtDeRecord& clientName);
47 
49  virtual void slot_removeClient(const std::string& clientName);
50 
52  virtual void updateClientList();
53 
54  protected:
55 
58 
59  protected:
62  };
63 }
64 
65 #endif
66 

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)