VR-Forces Development_Version 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>
22 
27 #include <vrfutil/scenario.h>
36 
38 class DtScenario;
39 class DtAdminContent;
41 
42 namespace makVrv
43 {
44  class DtDe;
45  class DtSharedSettingsManager;
46 }
47 
49  (const DtEntityIdentifier& id, int notifyLevel, const DtString& message, void* usr);
50 
51 namespace makVrf
52 {
55  {
56  public:
57 
62 
66 
70  static DtSharedNetworkSignaler* findInstance(
72 
74  virtual ~DtSharedNetworkSignaler();
75 
76  //@name Signals
78 
81 
85 
87  {
88  DtEntityType type;
89  int force;
90  std::vector<DtVector> locations;
92  std::list<DtAdminContent*> content;
93  std::list<DtSimInterfaceContent*> ifaceContent;
94  };
95 
98 
101 
104 
107 
110 
113 
116 
119 
122 
125 
129 
132 
135 
138 
143 
146 
149 
152 
157 
161 
164 
167 
170 
177 
178  protected:
180 
181  private:
184  };
185 }

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)