VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aggregateStateEncoder.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 "stateEncoder.h"
17 #include "aggregateStatePdu.h"
19 
25 {
26 public:
29 
31  virtual ~DtAggregateStateEncoder();
32 
35 
38 
43  virtual DtAggregateStatePdu* stateMsg(
44  const DtAggregateStateRepository& stateRep,
45  const DtAggregateStateRepository& asSeenByRemote);
46 
48 
49 protected:
51  virtual bool sendNeeded(
52  const DtAggregateStateRepository& stateRep,
53  const DtAggregateStateRepository& asSeenByRemote);
54 
56  virtual void fillOut(
57  const DtAggregateStateRepository& stateRep,
58  const DtAggregateStateRepository& asSeenByRemote,
59  DtAggregateStatePdu* pdu);
60 
61 protected:
63 };
64 
65 #endif
66 #endif
67 
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtAggregateStatePdu myAsPdu
Definition: aggregateStateEncoder.h:62
Instances of DtAggregateStatePdu are used to communicate information about aggregating entities...
Definition: aggregateStatePdu.h:36
The DtStateEncoder class provides a base class for all DIS encoders.
Definition: stateEncoder.h:33
Instances of DtAggregateStateEncoder are used to take state information from an aggregate state repos...
Definition: aggregateStateEncoder.h:24
DtStateEncoder & operator=(const DtStateEncoder &orig)
Assignment operator.
This file declares DtAggregateStatePdu – DIS Only.
#define DtCLONE_ENCODER(encoderClass)
Definition: stateEncoder.h:26
This file provides a declaration of the class DtAggregateStateRepository.
This file declares the DIS version of DtStateEncoder.
A protocol independent representation of an aggregate.
Definition: aggregateStateRepository.h:29

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)