VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
dEnvProcEnc.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
#ifndef dEnvProcEnc_H_
14
#define dEnvProcEnc_H_
15
16
#include "
dStateEncoder.h
"
17
#include "
envProcessSR.h
"
18
#include "
envProcPdu.h
"
19
23
class
DT_DLL_VL
DtEnvironmentProcessEncoder
:
public
DtStateEncoder
24
{
25
public
:
27
DtEnvironmentProcessEncoder
();
28
30
virtual
~
DtEnvironmentProcessEncoder
();
31
33
DtEnvironmentProcessEncoder
(
const
DtEnvironmentProcessEncoder
& orig);
34
36
DtEnvironmentProcessEncoder
& operator=(
const
DtEnvironmentProcessEncoder
& orig);
37
42
virtual
DtEnvironmentalProcessPdu
* stateMsg(
43
const
DtEnvironmentProcessRepository
& stateRep,
44
const
DtEnvironmentProcessRepository
& asSeenByRemote);
45
46
protected
:
49
virtual
bool
sendNeeded(
50
const
DtEnvironmentProcessRepository
& stateRep,
51
const
DtEnvironmentProcessRepository
& asSeenByRemote);
52
53
protected
:
54
DtEnvironmentalProcessPdu
myPdu;
55
};
56
57
58
#endif
59
#endif
60
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
)