MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrHlaEntityStateRepository.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2016 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
14 #include <lgrSim/lgrSim.h>
15 
18 
19 #include <vl/rtiCompatibility.h>
20 #include <vl/entityStateRepository.h>
21 
22 namespace MAKLogger
23 {
24 
27  class DT_DLL_LGRSIM DtLgrHlaEntityStateRepository : public DtEntityStateRepository, public DtLgrHlaUnknownAttributeRepository
28  {
29  public:
30 
34  DT_VIRTUAL_CTR(DtLgrHlaEntityStateRepository, ())
35 
36 
37  DT_VIRTUAL_BASE_CTR(DtEntityStateRepository, ())
38 
40  virtual ~DtLgrHlaEntityStateRepository();
41 
42  virtual void setHostEntityId( const DtEntityIdentifier& id );
43 
44  virtual const DtEntityIdentifier& hostEntityId() const;
45 
47  virtual void setAproximatorIgnoreFrozen(bool ignoreFrozenValue);
48 
49  protected:
50  DtEntityIdentifier myHostEntityId;
51  };
52 
53 }
54 
55 #endif

Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)