MAK Data Logger API Documentation for HLA
ddmSimManager.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #if DtHLA
10 
11 #pragma once
12 
13 #include <lgrHlaSimManager.h>
14 #include "sampleDdm.h"
15 #include "hlaGenericPublisher.h"
16 
17 namespace MAKLogger
18 {
19 
21  {
22  public:
23 
24  // Constructor
26  DtLgrHlaSimDriver* simDriver);
27 
28  // Destructor
30 
31 
33  virtual bool connect(DtExerciseConnInitializer& initializer);
34 
36  virtual void disconnect();
37 
38  public:
39 
40  static DtLgrHlaSimulationManager* create(DtLogger& logger,
41  DtLgrHlaSimDriver* simDriver);
42 
43  protected:
44 
45  // Initialize the publication lists
46  virtual void initializePublicationLists();
47 
48 
49  protected:
50 
51  // Map class names to the region set names in the publication list.
52  // The base class publication list will map object names to region set names.
53  std::map<DtString, DtString> myPublicationClassNameList;
54 
55  };
56 
57 }
58 #endif // DtHLA

Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)