MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
parameterFedNode.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2024 MAK Technologies, Inc
3 ** All rights reserved.
4 *******************************************************************************/
7 #pragma once
8 
9 #include "datatypeFedNode.h"
10 
11 #ifdef DtHLA_1516
12 #include "RTI/RTI1516.h"
13 #elif DtHLA
14 #include "RTI.hh"
15 #endif
16 
17 #ifdef DtHLA
18 //VR-Link Includes
19 #include <vl/rtiNamespace.h>
20 #endif
21 class DtDatatypeRep;
22 
26 {
27 public:
28 
31 
33  explicit DtParameterFedNode(DtFedNode*);
34 
36  virtual ~DtParameterFedNode();
37 
40 
43 
44 #ifdef DtHLA
45  virtual void setParameterHandle(RTI::ParameterHandle);
47  virtual const RTI::ParameterHandle getParameterHandle() const;
48 #endif
49 
50  virtual void setSharing(const DtString&);
51  virtual const DtString& getSharing() const;
52 
53  virtual void setTransportation(const DtString&);
54  virtual const DtString& getTransportation() const;
55 
56  virtual void setOrder(const DtString&);
57  virtual const DtString& getOrder() const;
58 
59 protected:
60 #ifdef DtHLA
61  RTI::ParameterHandle myAttrHandle;
62 #endif
63  DtString myDatatype;
66  DtString myCardinality;
67  DtString myDescription;
68  DtString mySharing;
69  DtString myTransportation;
70  DtString myOrder;
71 
72 };
73 
74 
75 
76 
DtString myDatatype
The following are only used when filling this attribute with OMT information.
Definition: datatypeFedNode.h:78
#define DT_DLL_OMTREADER
Definition: omtReader.h:23
A Datatype Representation is a class that can take a group of bytes and display them in a certain typ...
Definition: datatypeRep.h:20
DtDatatypeFedNode & operator=(const DtDatatypeFedNode &rhs)
Assignment Operator.
DtString myOrder
Definition: parameterFedNode.h:70
DtString myTransportation
Definition: parameterFedNode.h:69
DtString myDescription
Definition: parameterFedNode.h:67
DtString myCardinality
Definition: parameterFedNode.h:66
Represents a node in a fed tree.
Definition: fedNode.h:19
DtString mySharing
Definition: parameterFedNode.h:68
Represents an attribute inside a object class.
Definition: datatypeFedNode.h:21
Represents an parameter inside a object class.
Definition: parameterFedNode.h:25

Document ID: Generated on Fri May 31 15:45:35 EDT 2024 from SVN revision 266500
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)