VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
simpleDatatypeNode.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 
10 
11 #include "omtNode.h"
12 
13 #include <vlutil/vlString.h>
14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
16 {
17 #endif
19 {
20 public:
21 
24 
26  virtual ~DtSimpleDatatypeNode();
27 
30 
32  DtSimpleDatatypeNode& operator=(const DtSimpleDatatypeNode& rhs);
33 
34  virtual void setUnits(const DtString&);
35  virtual const DtString& getUnits() const;
36 
37  virtual void setRepresentation(const DtString&);
38  virtual const DtString& getRepresentation() const;
39 
40  virtual void setAccuracy(const DtString&);
41  virtual const DtString& getAccuracy() const;
42 
43  virtual void setResolution(const DtString&);
44  virtual const DtString& getResolution() const;
45 
46  virtual void setDescription(const DtString&);
47  virtual const DtString& getDescription() const;
48 
49 
50 protected:
56 };
57 
58 #ifdef DtUSE_UTILITIES_NAMESPACE
59 } // end of namespace DtUSE_UTILITIES_NAMESPACE
60 #endif

Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)