VR-Link 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 #elif DtHLA
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 
43 #ifdef DtHLA
44 
45  virtual void setParameterHandle(RTI::ParameterHandle);
46  virtual const RTI::ParameterHandle getParameterHandle() const;
47 #endif
48 
49 protected:
50 #ifdef DtHLA
51  RTI::ParameterHandle myAttrHandle;
52 #endif
53 
61 
62 };
63 
64 

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)