MAK Data Logger API Documentation for DIS
lgrHlaEntityStateRepository.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef lgrHlaEntityStateRepository_H_
11 #define lgrHlaEntityStateRepository_H_
12 
13 #if DtHLA
14 
15 #include "lgrSim.h"
16 
18 #include "virtualConstructor.h"
19 
20 #include <vl/rtiCompatibility.h>
21 #include <vl/entityStateRepository.h>
22 
23 namespace MAKLogger
24 {
25 
28  class DT_DLL_LGRSIM DtLgrHlaEntityStateRepository : public DtEntityStateRepository, public DtLgrHlaUnknownAttributeRepository
29  {
30  public:
31 
35  DT_VIRTUAL_CTR(DtLgrHlaEntityStateRepository, ())
36 
37 
38  DT_VIRTUAL_BASE_CTR(DtEntityStateRepository, ())
39 
41  virtual ~DtLgrHlaEntityStateRepository();
42 
43  virtual void setHostEntityId( const DtEntityIdentifier& id );
44  //virtual const DtEntityIdentifier& hostEntityId();
45  virtual const DtEntityIdentifier& hostEntityId() const;
46 
47  protected:
48  DtEntityIdentifier myHostEntityId;
49  };
50 
51 }
52 
53 #endif
54 
55 #endif

Document ID: Generated on Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)