VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
basicDataRepresentationNode.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"
13 
14 #include <vlutil/vlString.h>
15 
16 #include <list>
17 #include <iterator>
18 #ifdef DtUSE_UTILITIES_NAMESPACE
19 namespace DtUSE_UTILITIES_NAMESPACE
20 {
21 #endif
23 {
24 public:
25 
28 
31 
34 
37 
38  virtual void setSize(const DtString&);
39  virtual const DtString& getSize() const;
40 
41  virtual void setEndian(const DtString&);
42  virtual const DtString& getEndian() const;
43 
44  virtual void setEncoding(const DtString&);
45  virtual const DtString& getEncoding() const;
46 
47  virtual void setInterpretation(const DtString&);
48  virtual const DtString& getInterpretation() const;
49 
50 protected:
55 };
56 
57 
58 #ifdef DtUSE_UTILITIES_NAMESPACE
59 } // end of namespace DtUSE_UTILITIES_NAMESPACE
60 #endif

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)