VR-Link API Documentation for HLA 1516
dAggEnc.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
10 
11 #ifndef DtAggregateStateEncoder_H_
12 #define DtAggregateStateEncoder_H_
13 
14 #if DtDIS
15 
16 #include "dStateEncoder.h"
17 #include "aggStatePdu.h"
18 #include "aggregateSR.h"
19 
24 class DT_DLL_VL DtAggregateStateEncoder : public DtStateEncoder
25 {
26 public:
28  DtAggregateStateEncoder();
29 
31  virtual ~DtAggregateStateEncoder();
32 
34  DtAggregateStateEncoder(const DtAggregateStateEncoder& orig);
35 
37  DtAggregateStateEncoder& operator=(const DtAggregateStateEncoder& orig);
38 
43  virtual DtAggregateStatePdu* stateMsg(
44  const DtAggregateStateRepository& stateRep,
45  const DtAggregateStateRepository& asSeenByRemote);
46 
47 protected:
49  virtual bool sendNeeded(
50  const DtAggregateStateRepository& stateRep,
51  const DtAggregateStateRepository& asSeenByRemote);
52 
54  virtual void fillOut(
55  const DtAggregateStateRepository& stateRep,
56  const DtAggregateStateRepository& asSeenByRemote,
57  DtAggregateStatePdu* pdu);
58 
59 protected:
60  DtAggregateStatePdu myAsPdu;
61 };
62 
63 #endif
64 #endif
65 

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)