VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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 Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)