VR-Link API Documentation for HLA Evolved
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 
11 //VR-Link Includes
12 #ifdef DtHLA_1516
13 #include "RTI/RTI1516.h"
14 #elif DtHLA
15 #include "RTI.hh"
16 #endif
17 #include <vlutil/vlString.h>
18 #include <vl/rtiNamespace.h>
19 
21 
25 {
26 public:
27 
30 
32  explicit DtAttributeFedNode(DtFedNode*);
33 
35  virtual ~DtAttributeFedNode();
36 
39 
42 
43 #ifdef DtHLA
44 
45  virtual void setAttributeHandle(RTI::AttributeHandle);
46  virtual const RTI::AttributeHandle getAttributeHandle() const;
47 #endif
48 
49  virtual void setUpdateType(const DtString&);
50  virtual const DtString& getUpdateType() const;
51 
52  virtual void setUpdateCondition(const DtString&);
53  virtual const DtString& getUpdateCondition() const;
54 
55  virtual void setTransferAccept(const DtString&);
56  virtual const DtString& getTransferAccept() const;
57 
58 protected:
59 #ifdef DtHLA
60  RTI::AttributeHandle myAttrHandle;
61 #endif
62 
68 
69 
70 };
71 
72 

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)