VR-Link API Documentation for HLA 1516
genericObjectEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 #if DtHLA
6 
9 
10 #ifndef DtGenericObjectEncoder_H_
11 #define DtGenericObjectEncoder_H_
12 
13 #include "hlaStateEncoder.h"
14 
18 
21 
23 {
24 public:
25 
28 
30  virtual ~DtGenericObjectEncoder();
31 
38  virtual void encode(const DtStateRepository& stateRep,
39  const DtStateRepository& asSeenByRemote,
40  const RTI::AttributeHandleSet& eligibleAttrs,
41  const RTI::AttributeHandleSet& requiredAttrs,
42  DtStateMsg* msg);
43 
44 protected:
45 
46  virtual bool valueDiffers(
47  const DtGenericStateRepository& stateRep,
48  const DtGenericStateRepository& asSeenByRemote,
49  RTI::AttributeHandle handle);
50 };
51 
52 #endif
53 #endif
54 

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)