VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
breachPointObjectEncoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #if DtHLA
8 
9 #ifndef breachPointObjectEncoder_H_
10 #define breachPointObjectEncoder_H_
11 
12 
13 #include "pointObjectEncoder.h"
14 
18 
20 
23 #define DtDECLARE_BREACH_POINT_OBJ_ATTR_CHECKER(attrName) \
24  DtDECLARE_ATTR_CHECKER(DtPointObjectRepository, attrName)
25 
28 #define DtDECLARE_BREACH_POINT_OBJ_ATTR_ENCODER(attrName) \
29  DtDECLARE_ATTR_ENCODER(DtPointObjectRepository, attrName)
30 
31 
36 {
37 public:
38 
41  DtExerciseConn* exConn,
42  DtObjClassDesc* classDesc);
43 
45  virtual ~DtBreachPointObjectEncoder();
46 
49 
52 
53 public:
54 
56  static DtHlaStateEncoder* create(
57  DtExerciseConn* exConn,
58  DtObjClassDesc* classDesc);
59 
60 protected:
61 
63 
65 };
66 
72 #define DtDEFINE_SIMPLE_BREACH_POINT_OBJ_ATTR_ENCODER( \
73  attrName, netType, inspector) \
74  DtDEFINE_SIMPLE_ATTR_ENCODER(DtBreachPointObjectEncoder, \
75  DtPointObjectRepository, \
76  attrName, netType, inspector)
77 
83 #define DtDEFINE_SIMPLE_BREACH_POINT_OBJ_ATTR_CHECKER( \
84  attrName, inspector) \
85  DtDEFINE_SIMPLE_ATTR_CHECKER(DtBreachPointObjectEncoder, \
86  DtPointObjectRepository, \
87  attrName, inspector)
88 
89 #endif //hBreachPtObjEnc_H_
90 
91 #endif //DtHLA
92 
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
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityEncoder. Caller is responsible for deletion.
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
Instances of DtBreachPointObjectEncoder are used to encode breachable point object state messages fro...
Definition: breachPointObjectEncoder.h:35
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
#define DtDECLARE_BREACH_POINT_OBJ_ATTR_ENCODER(attrName)
This is used to declare attribute encoding functions which are members of the class.
Definition: breachPointObjectEncoder.h:28
This file provides protocol independence for point object encoder includes.
DtPointObjectEncoder & operator=(const DtPointObjectEncoder &orig)
assignment operator
Instances of DtPointObjectRepository are used to maintain state information needed by point environme...
Definition: pointObjectRepository.h:31
Instances of DtPointObjectEncoder are used to encode point object state messages from a state reposit...
Definition: pointObjectEncoderHLA.h:33
#define DtDECLARE_BREACH_POINT_OBJ_ATTR_CHECKER(attrName)
This is used to declare static member functions for determining whether or not an attribute needs to ...
Definition: breachPointObjectEncoder.h:23

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)