VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
dAggDec.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 "
dStateDecoder.h
"
20
#include "
hostStructs.h
"
21
#include "
stateMsg.h
"
22
#include "
exerciseConn.h
"
23
#include "
aggEntList.h
"
24
#include "
aggAggList.h
"
25
#include "
varDatumRec.h
"
26
#include "
aggStatePdu.h
"
27
#include "
aggregateSR.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
};
54
55
#endif
56
#endif
57
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)