VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
dGridDataDec.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#if DtDIS
8
11
12
#ifndef DtGriddedDataDecoder_H_
13
#define DtGriddedDataDecoder_H_
14
15
#include "
dStateDecoder.h
"
16
#include "
gridDataPdu.h
"
17
#include "
gridDataSR.h
"
18
21
class
DT_DLL_VL
DtGriddedDataDecoder
:
public
DtStateDecoder
22
{
23
public
:
25
DtGriddedDataDecoder
(
DtExerciseConn
* conn);
26
28
virtual
~
DtGriddedDataDecoder
();
29
31
DtGriddedDataDecoder
(
const
DtGriddedDataDecoder
& orig);
32
34
DtGriddedDataDecoder
& operator=(
35
const
DtGriddedDataDecoder
& orig);
36
38
virtual
void
decode(
39
const
DtGriddedDataPdu
& pdu,
40
DtGriddedDataRepository
* stateRep);
41
42
protected
:
43
DtExerciseConn
* myExConn;
44
};
45
#endif
46
#endif
47
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
)