VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
attributeFedNode.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 #include <list>
11 
12 //VR-Link Includes
13 #ifndef DtUSE_UTILITIES_NAMESPACE
14 #ifdef DtHLA_1516
15 #include "RTI/RTI1516.h"
16 #elif DtHLA
17 #include "RTI.hh"
18 #endif
19 #endif
20 #include <vlutil/vlString.h>
21 #ifdef DtHLA
22 #ifndef DtUSE_UTILITIES_NAMESPACE
23 #include <vl/rtiNamespace.h>
24 #endif
25 #endif
27 #ifdef DtUSE_UTILITIES_NAMESPACE
28 namespace DtUSE_UTILITIES_NAMESPACE
29 {
30 #endif
34 {
35 public:
36 
39 
41  explicit DtAttributeFedNode(DtFedNode*);
42 
44  virtual ~DtAttributeFedNode();
45 
48 
50  DtAttributeFedNode& operator=(const DtAttributeFedNode& rhs);
51 
52 #ifdef DtHLA
53 #ifndef DtUSE_UTILITIES_NAMESPACE
54  virtual void setAttributeHandle(RTI::AttributeHandle);
56  virtual const RTI::AttributeHandle getAttributeHandle() const;
57 #endif
58 #endif
59 
60  virtual void setUpdateType(const DtString&);
61  virtual const DtString& getUpdateType() const;
62 
63  virtual void setUpdateCondition(const DtString&);
64  virtual const DtString& getUpdateCondition() const;
65 
66  virtual void setTransferAccept(const DtString&);
67  virtual const DtString& getTransferAccept() const;
68 
69  virtual void setSharing(const DtString&);
70  virtual const DtString& getSharing() const;
71 
72  virtual void setTransportation(const DtString&);
73  virtual const DtString& getTransportation() const;
74 
75  virtual void setOrder(const DtString&);
76  virtual const DtString& getOrder() const;
77 
79  virtual void addDimension(const DtString& dimension);
80  virtual const std::list<DtString>& getDimensions() const;
81 
82 protected:
83 #ifdef DtHLA
84 #ifndef DtUSE_UTILITIES_NAMESPACE
85  RTI::AttributeHandle myAttrHandle;
86 #endif
87 #endif
88 
97 
98  std::list<DtString> myDimensions;
99 };
100 
101 
102 #ifdef DtUSE_UTILITIES_NAMESPACE
103 } // end of namespace DtUSE_UTILITIES_NAMESPACE
104 #endif
Represents an attribute inside a object class.
Definition: attributeFedNode.h:33
Contains the DtString class declaration.
#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 myUpdateCondition
Definition: attributeFedNode.h:92
DtString myTransportation
Definition: attributeFedNode.h:95
std::list< DtString > myDimensions
Definition: attributeFedNode.h:98
DtString myTransferAccept
Definition: attributeFedNode.h:93
DtString mySharing
Definition: attributeFedNode.h:94
Represents a node in a fed tree.
Definition: fedNode.h:23
Represents an attribute inside a object class.
Definition: datatypeFedNode.h:25
DtString myUpdateType
The following are only used when filling this attribute with OMT information.
Definition: attributeFedNode.h:91
Instances of DtString are used to represent strings.
Definition: vlString.h:29
RTI::AttributeHandle myAttrHandle
Definition: attributeFedNode.h:85
DtString myOrder
Definition: attributeFedNode.h:96

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)