VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
parameterFedNode.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
7 #pragma once
8 
9 #include "datatypeFedNode.h"
10 
11 #ifndef DtUSE_UTILITIES_NAMESPACE
12 #ifdef DtHLA_1516
13 #include "RTI/RTI1516.h"
14 #elif DtHLA
15 #include "RTI.hh"
16 #endif
17 #endif
18 
19 #ifdef DtHLA
20 #ifndef DtUSE_UTILITIES_NAMESPACE
21 //VR-Link Includes
22 #include <vl/rtiNamespace.h>
23 #endif
24 #endif
25 #ifdef DtUSE_UTILITIES_NAMESPACE
26 namespace DtUSE_UTILITIES_NAMESPACE
27 {
28 #endif
29 class DtDatatypeRep;
30 
34 {
35 public:
36 
39 
41  explicit DtParameterFedNode(DtFedNode*);
42 
44  virtual ~DtParameterFedNode();
45 
48 
50  DtParameterFedNode& operator=(const DtParameterFedNode& rhs);
51 
52 #ifdef DtHLA
53 #ifndef DtUSE_UTILITIES_NAMESPACE
54  virtual void setParameterHandle(RTI::ParameterHandle);
56  virtual const RTI::ParameterHandle getParameterHandle() const;
57 #endif
58 #endif
59 
60  virtual void setSharing(const DtString&);
61  virtual const DtString& getSharing() const;
62 
63  virtual void setTransportation(const DtString&);
64  virtual const DtString& getTransportation() const;
65 
66  virtual void setOrder(const DtString&);
67  virtual const DtString& getOrder() const;
68 
69 protected:
70 #ifndef DtUSE_UTILITIES_NAMESPACE
71 #ifdef DtHLA
72  RTI::ParameterHandle myAttrHandle;
73 #endif
74 #endif
75  DtString myDatatype;
83 
84 };
85 
86 
87 #ifdef DtUSE_UTILITIES_NAMESPACE
88 } // end of namespace DtUSE_UTILITIES_NAMESPACE
89 #endif
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
A Datatype Representation is a class that can take a group of bytes and display them in a certain typ...
Definition: datatypeRep.h:24
DtString myOrder
Definition: parameterFedNode.h:82
DtString myTransportation
Definition: parameterFedNode.h:81
DtString myDescription
Definition: parameterFedNode.h:79
DtString myCardinality
Definition: parameterFedNode.h:78
Represents a node in a fed tree.
Definition: fedNode.h:23
DtString mySharing
Definition: parameterFedNode.h:80
Represents an attribute inside a object class.
Definition: datatypeFedNode.h:25
Instances of DtString are used to represent strings.
Definition: vlString.h:29
Represents an parameter inside a object class.
Definition: parameterFedNode.h:33

Document ID: Generated on Tue Aug 10 00:12:31 EDT 2021 from SVN revision 232765
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)