MAK Data Logger API Documentation for DIS
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 #else
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 
44  virtual void setAttributeHandle(RTI::AttributeHandle);
45  virtual const RTI::AttributeHandle getAttributeHandle() const;
46 
47  virtual void setUpdateType(const DtString&);
48  virtual const DtString& getUpdateType() const;
49 
50  virtual void setUpdateCondition(const DtString&);
51  virtual const DtString& getUpdateCondition() const;
52 
53  virtual void setTransferAccept(const DtString&);
54  virtual const DtString& getTransferAccept() const;
55 
56 protected:
57  RTI::AttributeHandle myAttrHandle;
58 
61  DtString myUpdateType;
63  DtString myTransferAccept;
64 
65 
66 };
67 
68 

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)