MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrHlaAggregateStateRepository.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/aggregateStateRepository.h>
21 
22 namespace MAKLogger
23 {
24 
27  class DT_DLL_LGRSIM DtLgrHlaAggregateStateRepository : public DtAggregateStateRepository, public DtLgrHlaUnknownAttributeRepository
28  {
29  public:
30 
34  DT_VIRTUAL_CTR(DtLgrHlaAggregateStateRepository, ())
35 
36 
37  DT_VIRTUAL_BASE_CTR(DtAggregateStateRepository, ())
38 
40  virtual ~DtLgrHlaAggregateStateRepository();
41 
45  virtual void setHostEntityId( const DtEntityIdentifier& id );
46 
47  virtual const DtEntityIdentifier& hostEntityId() const;
48 
50  virtual void setAproximatorIgnoreFrozen(bool ignoreFrozenValue);
51 
52  protected:
53  DtEntityIdentifier myHostEntityId;
54  };
55 
56 }
57 
58 #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)