VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
dGridDataEnc.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
12
13
14
#ifndef dGridDataEnc_H_
15
#define dGridDataEnc_H_
16
17
#include "
dStateEncoder.h
"
18
#include "
gridDataSR.h
"
19
#include "
gridDataPdu.h
"
20
24
class
DT_DLL_VL
DtGriddedDataEncoder
:
public
DtStateEncoder
25
{
26
public
:
28
DtGriddedDataEncoder
();
29
31
virtual
~
DtGriddedDataEncoder
();
32
34
DtGriddedDataEncoder
(
const
DtGriddedDataEncoder
& orig);
35
37
DtGriddedDataEncoder
& operator=(
const
DtGriddedDataEncoder
& orig);
38
43
virtual
DtGriddedDataPdu
* stateMsg(
44
const
DtGriddedDataRepository
& stateRep,
45
const
DtGriddedDataRepository
& asSeenByRemote);
46
47
protected
:
50
virtual
bool
sendNeeded(
51
const
DtGriddedDataRepository
& stateRep,
52
const
DtGriddedDataRepository
& asSeenByRemote);
53
55
virtual
bool
needGridAxisInfo(
56
const
DtGriddedDataRepository
& stateRep,
57
const
DtGriddedDataRepository
& asSeenByRemote,
58
int
index);
59
61
virtual
bool
needGridDataInfo(
62
const
DtGriddedDataRepository
& stateRep,
63
const
DtGriddedDataRepository
& asSeenByRemote,
64
int
index);
65
66
protected
:
67
DtGriddedDataPdu
myPdu;
68
};
69
70
#endif
71
#endif
72
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
)