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-2010 VT MAK
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 
46  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 
64 
65  DtString myDatatype;
66  DtString myCardinality;
67  DtString myDescription;
68  DtString mySharing;
69  DtString myTransportation;
70  DtString myOrder;
71 
72 };
73 
74 
75 
76 

Document ID: Generated on Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (www.mak.com)