VR-Forces 4.5 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>
23 
29 #include <vrfutil/scenario.h>
38 
40 class DtScenario;
41 class DtAdminContent;
43 
44 namespace makVrv
45 {
46  class DtDe;
47  class DtSharedSettingsManager;
48 }
49 
51  (const DtEntityIdentifier& id, int notifyLevel, const DtString& message, void* usr);
52 
53 namespace makVrf
54 {
57  {
58  public:
59 
64 
68 
72  static DtSharedNetworkSignaler* findInstance(
74 
76  virtual ~DtSharedNetworkSignaler();
77 
78  //@name Signals
80 
83 
87 
89  {
90  DtEntityType type;
91  int force;
92  std::vector<DtVector> locations;
94  std::list<DtAdminContent*> content;
95  std::list<DtSimInterfaceContent*> ifaceContent;
96  };
97 
100 
103 
106 
109 
112 
115 
118 
121 
124 
127 
131 
134 
137 
140 
145 
148 
151 
154 
159 
163 
166 
169 
172 
175 
182 
185 
186  protected:
188 
189  private:
192  };
193 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)