VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
breachableLinearObjectEncoder.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2014 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
15 
17 
20 #define DtDECLARE_BREACH_LINEAR_OBJ_ATTR_CHECKER( attrName ) \
21  DtDECLARE_ATTR_CHECKER( DtLinearObjectRepository, attrName )
22 
25 #define DtDECLARE_BREACH_LINEAR_OBJ_ATTR_ENCODER( attrName ) \
26  DtDECLARE_ATTR_ENCODER( DtLinearObjectRepository, attrName )
27 
32 {
33 public:
34 
37  static DtHlaStateEncoder* create( DtExerciseConn* exConn,
38  DtObjClassDesc* classDesc );
39 
42  DtObjClassDesc* classDesc );
43 
46 
49 
52  const DtBreachableLinearObjectEncoder& orig );
53 
54 protected:
55 
57 
59 
60 };
61 
67 #define DtDEFINE_SIMPLE_BREACH_LINEAR_OBJ_ATTR_ENCODER( \
68  attrName, netType, inspector ) \
69  DtDEFINE_SIMPLE_ATTR_ENCODER( DtLinearObjectEncoder, \
70  DtLinearObjectRepository, \
71  attrName, netType, inspector )
72 
78 #define DtDEFINE_SIMPLE_BREACH_LINEAR_OBJ_ATTR_CHECKER( \
79  attrName, inspector ) \
80  DtDEFINE_SIMPLE_ATTR_CHECKER( DtLinearObjectEncoder, \
81  DtLinearObjectRepository, \
82  attrName, inspector )
83 
84 #endif // DtHLA
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Create a DtBaseEntityEncoder. Caller is responsible for deletion.
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DtDECLARE_BREACH_LINEAR_OBJ_ATTR_CHECKER(attrName)
This is used to declare static member functions for determining whether or not an attribute needs to ...
Definition: breachableLinearObjectEncoder.h:20
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
class DtEnvironmentObjectEncoder:
Definition: environmentObjectEncoder.h:36
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
This file provides a declaration of the class DtEnvironmentObjectEncoder.
Instances of DtBreachableLinearObjectEncoder are used to encode breachable linear object state messag...
Definition: breachableLinearObjectEncoder.h:31
#define DtDECLARE_BREACH_LINEAR_OBJ_ATTR_ENCODER(attrName)
This is used to declare attribute encoding functions which are members of the class.
Definition: breachableLinearObjectEncoder.h:25
Instances of DtLinearObjectRepository are used to maintain state information needed by linear object ...
Definition: linearObjectRepository.h:49
DtEnvironmentObjectEncoder & operator=(const DtEnvironmentObjectEncoder &orig)
assignment operator

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)