VR-Link API Documentation for DIS
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 
24 {
25 public:
28 
30  virtual ~DtEnvironmentProcessEncoder();
31 
34 
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:
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)