MAK Data Logger API Documentation for DIS
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 #else
14 #include "RTI.hh"
15 #endif
16 
17 //VR-Link Includes
18 #include <vl/rtiNamespace.h>
19 
20 class DtDatatypeRep;
21 
25 {
26 public:
27 
30 
32  explicit DtParameterFedNode(DtFedNode*);
33 
35  virtual ~DtParameterFedNode();
36 
39 
42 
44  virtual void setParameterHandle(RTI::ParameterHandle);
45  virtual const RTI::ParameterHandle getParameterHandle() const;
46 
47 protected:
48  RTI::ParameterHandle myAttrHandle;
49 
52  DtString myDatatype;
53  DtString myCardinality;
54  DtString myAccuracy;
56  DtString myDescription;
57 
58 };
59 
60 

Document ID: Generated on Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)