VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfBackendInterceptor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
17 
18 namespace makVrv
19 {
20  class DtVrlinkDriver;
21  class DtSimEntryObjectDriver;
22 }
23 
24 namespace makVrf
25 {
26  class DtVrfSimBackendManager;
27 
28  namespace VRF_PROTOCOL_NAMESPACE
29  {
35  {
36  public:
38 
39  virtual ~DtVrfBackendInterceptor();
40 
44  void setRemoteController(DtVrfRemoteController* remoteController);
45 
46  void removeAllBackends();
47 
48  protected:
49  static void backendDiscovered(const DtSimulationAddress& addr, void * usr);
50  static void backendRemoved(const DtSimulationAddress& addr, void * usr);
51  static void backendStatusMessage(const DtSimulationAddress& addr, void * usr);
52  static void duplicateBackendDiscovered(const DtSimulationAddress& addr, void * usr);
53  static void sessionStatusChanged(const DtSessionStatus& addr, void * usr);
54 
55  virtual void processBackendDiscovered(const DtSimulationAddress& addr);
56  virtual void processBackendRemoved(const DtSimulationAddress& addr);
57  virtual void processBackendStatusMessage(const DtSimulationAddress& addr);
58  virtual void processDuplicateBackendDiscovered(const DtSimulationAddress& addr);
59  virtual void processSessionStatusChanged(const DtSessionStatus& addr);
60 
61  protected:
64  };
65  }
66 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)