VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
aggregateStateDecoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
11
12
#if DtDIS
13
#ifndef DtAggregateStateDecoder_H_
14
#define DtAggregateStateDecoder_H_
15
16
17
#include <
vlutil/vlMachineTypes.h
>
18
19
#include "
stateDecoder.h
"
20
#include "
hostStructs.h
"
21
#include "
stateMsg.h
"
22
#include "
exerciseConn.h
"
23
#include "
silentEntityList.h
"
24
#include "
silentAggregateList.h
"
25
#include "
variableDatumRecord.h
"
26
#include "
aggregateStatePdu.h
"
27
#include "
aggregateStateRepository.h
"
28
29
34
class
DT_DLL_VL
DtAggregateStateDecoder
:
public
DtStateDecoder
35
{
36
public
:
38
DtAggregateStateDecoder
(
DtExerciseConn
* exConn);
39
41
virtual
~
DtAggregateStateDecoder
();
42
44
DtAggregateStateDecoder
(
const
DtAggregateStateDecoder
& orig);
45
47
DtAggregateStateDecoder
&
operator=
(
const
DtAggregateStateDecoder
& orig);
48
50
virtual
void
decode
(
const
DtAggregateStatePdu
& pdu,
51
DtAggregateStateRepository
* stateRep);
52
53
DtCLONE_DECODER
(
DtAggregateStateDecoder
);
54
55
};
56
57
#endif
58
#endif
59
Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)