VR-Link API Documentation for DIS
dAggDec.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 
11 
12 #if DtDIS
13 #ifndef DtAggregateStateDecoder_H_
14 #define DtAggregateStateDecoder_H_
15 
16 
17 #include <vlutil/vlMachineTypes.h>
18 
19 #include "dStateDecoder.h"
20 #include "hostStructs.h"
21 #include "stateMsg.h"
22 #include "exerciseConn.h"
23 #include "aggEntList.h"
24 #include "aggAggList.h"
25 #include "varDatumRec.h"
26 #include "aggStatePdu.h"
27 #include "aggregateSR.h"
28 
29 
35 {
36 public:
39 
41  virtual ~DtAggregateStateDecoder();
42 
45 
48 
50  virtual void decode(const DtAggregateStatePdu& pdu,
51  DtAggregateStateRepository* stateRep);
52 
53 };
54 
55 #endif
56 #endif
57 

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)