VR-Link API Documentation for HLA 1516
aggregateEntityEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
8 #ifndef aggregateEntityEncoder_H_
9 #define aggregateEntityEncoder_H_
10 
11 #if DtHLA
12 
13 #include "baseEntityEncoder.h"
15 
21 
23 {
24 public:
25 
28  DtExerciseConn* exConn,
29  DtObjClassDesc* classDesc);
30 
32  virtual ~DtAggregateEntityEncoder();
33 
36 
39 
40 public:
41 
44  static DtHlaStateEncoder* create(
45  DtExerciseConn* exConn,
46  DtObjClassDesc* classDesc);
47 
48 protected:
49 
51  DtDECLARE_AGGREGATE_ATTR_CHECKER(AggregateMarking);
52  DtDECLARE_AGGREGATE_ATTR_CHECKER(AggregateState);
54  DtDECLARE_AGGREGATE_ATTR_CHECKER(EntityIdentifiers);
56  DtDECLARE_AGGREGATE_ATTR_CHECKER(ForceIdentifier);
59  DtDECLARE_AGGREGATE_ATTR_CHECKER(NumberOfSilentEntities);
60  DtDECLARE_AGGREGATE_ATTR_CHECKER(NumberOfVariableDatums);
61  DtDECLARE_AGGREGATE_ATTR_CHECKER(NumberOfEntities);
62  DtDECLARE_AGGREGATE_ATTR_CHECKER(SilentAggregates);
63  DtDECLARE_AGGREGATE_ATTR_CHECKER(SilentEntities);
64  DtDECLARE_AGGREGATE_ATTR_CHECKER(SubAggregateIdentifiers);
65  DtDECLARE_AGGREGATE_ATTR_CHECKER(SubAggregateIDs);
66  DtDECLARE_AGGREGATE_ATTR_CHECKER(VariableDatums);
67 
69  DtDECLARE_AGGREGATE_ATTR_ENCODER(AggregateMarking);
70  DtDECLARE_AGGREGATE_ATTR_ENCODER(AggregateState);
72  DtDECLARE_AGGREGATE_ATTR_ENCODER(EntityIdentifiers); //2.0D3
74  DtDECLARE_AGGREGATE_ATTR_ENCODER(ForceIdentifier); //2.0D3
77  DtDECLARE_AGGREGATE_ATTR_ENCODER(NumberOfSilentEntities);
78  DtDECLARE_AGGREGATE_ATTR_ENCODER(NumberOfVariableDatums);
79  DtDECLARE_AGGREGATE_ATTR_ENCODER(NumberOfEntities);
80  DtDECLARE_AGGREGATE_ATTR_ENCODER(SilentAggregates);
81  DtDECLARE_AGGREGATE_ATTR_ENCODER(SilentEntities);
82  DtDECLARE_AGGREGATE_ATTR_ENCODER(SilentEntitiesRPR_20);
83  DtDECLARE_AGGREGATE_ATTR_ENCODER(SubAggregateIdentifiers); //2.0D3
84  DtDECLARE_AGGREGATE_ATTR_ENCODER(SubAggregateIDs);
85  DtDECLARE_AGGREGATE_ATTR_ENCODER(VariableDatums);
86 
87  DtDECLARE_AGGREGATE_ATTR_ENCODER(EntityIdentifiers_RPR20);
88  DtDECLARE_AGGREGATE_ATTR_ENCODER(SubAggregateIdentifiers_RPR20);
89 };
90 
96 #define DtDEFINE_SIMPLE_AGG_ENTITY_ATTR_ENCODER( \
97  attrName, netType, inspector) \
98  DtDEFINE_SIMPLE_ATTR_ENCODER(DtAggregateEntityEncoder, \
99  DtAggregateStateRepository, \
100  attrName, netType, inspector)
101 
107 #define DtDEFINE_SIMPLE_AGG_ENTITY_ATTR_CHECKER( \
108  attrName, inspector) \
109  DtDEFINE_SIMPLE_ATTR_CHECKER(DtAggregateEntityEncoder, \
110  DtAggregateStateRepository, \
111  attrName, inspector)
112 
113 #endif
114 #endif
115 

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)