MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
lgrSim
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
16
#include "
lgrHlaUnknownAttributeRepository.h
"
17
#include <
lgrUtil/virtualConstructor.h
>
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
39
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 Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (
www.mak.com
)