VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sharedNetworkSignaler.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
11 
12 #pragma once
13 
14 #include <vrfGuiCore/vrfGuiCore.h>
16 #include <vrvUtil/event_signal.h>
18 #include <vlpi/simulationAddress.h>
19 #include <vrvUtil/signalslib.h>
20 #include <vlpi/entityType.h>
21 
28 #include <vrfExtProtocol/interfaceContentFactory.h>
34 
36 class DtScenario;
37 class DtAdminContent;
39 
40 namespace makVrv
41 {
42  class DtDe;
43  class DtSharedSettingsManager;
44 }
45 
47  (const DtEntityIdentifier& id, int notifyLevel, const DtString& message, void* usr);
48 
49 namespace makVrf
50 {
53  {
54  public:
55 
60 
64 
68  static DtSharedNetworkSignaler* findInstance(
70 
72  virtual ~DtSharedNetworkSignaler();
73 
74  //@name Signals
76 
79 
83 
85  {
86  DtEntityType type;
87  int force;
88  std::vector<DtVector> locations;
90  std::list<DtAdminContent*> content;
91  std::list<DtSimInterfaceContent*> ifaceContent;
92  };
93 
96 
99 
102 
105 
108 
111 
114 
117 
120 
123 
127 
130 
133 
136 
141 
144 
147 
150 
155 
159 
162 
165 
167 
174 
175  protected:
177 
178  private:
181  };
182 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)