MAK Data Logger API Documentation for HLA
ddmEntityPublisher.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #ifndef lgrHlaDdmEntityPublisher_H_
10 #define lgrHlaDdmEntityPublisher_H_
11 
12 #if DtHLA
13 
14 #include "lgrHlaEntityPublisher.h"
15 #include <vl/region.h>
16 
17 namespace MAKLogger
18 {
19 
20  class DtLgrHlaSimulationManager;
21 
25  {
26  public:
27 
31  DtLgrHlaDdmEntityPublisher(DtLgrHlaSimulationManager& simMgr, RTI::ObjectClassHandle classHandle,
32  const char* objName, const DtDDMRegionSet* regionSetToUse,
33  double hbtime=0.0, bool silent=false, bool stat=true);
34 
37 
43  virtual bool updateRegion(const DtStateMsg& msg);
44 
45  public:
46 
48  RTI::ObjectClassHandle classHandle, const char* objName,
49  const DtDDMRegionSet* regionSetToUse, double hbtime=0.0,
50  bool silent=false, bool stat=true);
51 
52  protected:
53 
56 
59 
60  protected:
61 
62  DtDDMRegionSP myLgrRegion;
63 
64  };
65 
66 }
67 
68 #endif
69 
70 #endif
71 

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)