VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aggregateStateDecoder.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 "stateDecoder.h"
20 #include "hostStructs.h"
21 #include "stateMsg.h"
22 #include "exerciseConn.h"
23 #include "silentEntityList.h"
24 #include "silentAggregateList.h"
25 #include "variableDatumRecord.h"
26 #include "aggregateStatePdu.h"
28 
29 
35 {
36 public:
39 
41  virtual ~DtAggregateStateDecoder();
42 
45 
48 
50  virtual void decode(const DtAggregateStatePdu& pdu,
51  DtAggregateStateRepository* stateRep);
52 
54 
55 };
56 
57 #endif
58 #endif
59 

Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)