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 MAK Technologies, Inc
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 
Base class for all DIS state decoders.
Definition: stateDecoder.h:23
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual void decode(DtPdu *pdu, DtPduFactory *pduFactory=0)
This is a dummy method for backwards compatibility with DIS decoders.
Instances of DtAggregateStatePdu are used to communicate information about aggregating entities...
Definition: aggregateStatePdu.h:36
This file provides a declaration of the class DtSilentAggregateList.
This file provides protocol to independence DtExerciseConn.
This file declares DtAggregateStatePdu – DIS Only.
Instances of DtAggregateStateDecoder are used to take state information from an aggregate state PDU a...
Definition: aggregateStateDecoder.h:34
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
DtStateDecoder & operator=(const DtStateDecoder &orig)
Assignment operator.
#define DtCLONE_DECODER(decoderClass)
Definition: stateDecoder.h:16
This file provides a declaration of the class DtAggregateStateRepository.
This file provides a declaration of the class DtSilentEntityList.
This file contains typedefs for machine dependant types.
A protocol independent representation of an aggregate.
Definition: aggregateStateRepository.h:29

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)