MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrSim
lgrHlaAggregateStateRepository.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 lgrHlaAggregateStateRepository_H_
11
#define lgrHlaAggregateStateRepository_H_
12
13
#if DtHLA
14
15
#include "
lgrSim.h
"
16
17
#include "
lgrHlaUnknownAttributeRepository.h
"
18
#include "
virtualConstructor.h
"
19
20
#include <vl/rtiCompatibility.h>
21
#include <vl/aggregateSR.h>
22
23
namespace
MAKLogger
24
{
25
28
class
DT_DLL_LGRSIM
DtLgrHlaAggregateStateRepository
:
public
DtAggregateStateRepository
,
public
DtLgrHlaUnknownAttributeRepository
29
{
30
public
:
31
35
DT_VIRTUAL_CTR
(
DtLgrHlaAggregateStateRepository
, ())
36
37
38
DT_VIRTUAL_BASE_CTR
(
DtAggregateStateRepository
, ())
39
40
41
virtual
~
DtLgrHlaAggregateStateRepository
();
42
46
virtual
void
setHostEntityId(
const
DtEntityIdentifier&
id
);
47
virtual
const
DtEntityIdentifier& hostEntityId()
const
;
48
49
protected
:
50
DtEntityIdentifier
myHostEntityId
;
51
};
52
53
}
54
55
#endif
56
57
#endif
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
)