VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
breachPointObjectDecoder.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 #if DtHLA
8 
9 #ifndef breachPointObjectDecoder_H_
10 #define breachPointObjectDecoder_H_
11 
12 
13 #include "pointObjectDecoder.h"
14 
18 
20 
23 #define DtDECLARE_BREACH_POINT_OBJ_ATTR_DECODER(attrName) \
24  DtDECLARE_ATTR_DECODER(DtPointObjectRepository, attrName)
25 
26 
31 {
32 public:
33 
36  DtExerciseConn* exConn,
37  DtObjClassDesc* classDesc);
38 
40  virtual ~DtBreachPointObjectDecoder();
41 
44 
47  (const DtBreachPointObjectDecoder& orig);
48 
49 public:
50 
52  static DtHlaStateDecoder* create(
53  DtExerciseConn* exConn,
54  DtObjClassDesc* classDesc);
55 
56 protected:
60 };
61 
67 #define DtDEFINE_SIMPLE_BREACH_POINT_OBJ_ATTR_DECODER_WITH_CAST( \
68  attrName, netType, mutator, castExpr) \
69  DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
70  DtBreachPointObjectDecoder, DtPointObjectRepository, \
71  attrName, netType, mutator, castExpr)
72 
73 #define DtDEFINE_SIMPLE_BREACH_POINT_OBJ_ATTR_DECODER( \
74  attrName, netType, inspector) \
75  DtDEFINE_SIMPLE_BREACH_POINT_OBJ_ATTR_DECODER_WITH_CAST( \
76  attrName, netType, inspector, (netType))
77 
78 #endif //hBreachPtObjDec_H_
79 
80 #endif //DtHLA
81 
Instances of DtBreachPointObjectDecoder are used to decode breach point object state messages for a s...
Definition: breachPointObjectDecoder.h:30
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
#define DtDECLARE_BREACH_POINT_OBJ_ATTR_DECODER(attrName)
This is used to declare attribute decoding functions which are members of the class.
Definition: breachPointObjectDecoder.h:23
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtHlaStateEncoder. Caller is responsible for deletion.
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
This file provides protocol independence for point object decoder includes.
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
Instances of DtPointObjectRepository are used to maintain state information needed by point environme...
Definition: pointObjectRepository.h:31
Instances of DtPointObjectDecoder are used to decode point object state messages for a state reposito...
Definition: pointObjectDecoderHLA.h:26

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)