VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hexDatatypeRep.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 #include "datatypeRep.h"
11 
12 #include <vlutil/vlString.h>
13 #ifdef DtUSE_UTILITIES_NAMESPACE
14 namespace DtUSE_UTILITIES_NAMESPACE
15 {
16 #endif
21 {
22 public:
23 
26 
28  virtual ~DtHexDatatypeRep();
29 
32 
34  DtHexDatatypeRep& operator=(const DtHexDatatypeRep& rhs);
35 
37  virtual const char* datatype() const;
38 
40  virtual int intVal(const void*) const;
41 
43  virtual DtString stringRep(const void* ptr, int* size = 0) const;
44 
46  virtual double numberRep(const void* ptr, int* size = 0) const;
47 
49  virtual std::vector<char> valueFromStringRep(const DtString& stringRep) const;
50 
52  virtual int byteAlignment() const { return 1; };
53 };
54 
55 #ifdef DtUSE_UTILITIES_NAMESPACE
56 } // end of namespace DtUSE_UTILITIES_NAMESPACE
57 #endif
Contains the DtString class declaration.
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
A Datatype Representation is a class that can take a group of bytes and display them in a certain typ...
Definition: datatypeRep.h:24
virtual int byteAlignment() const
The alignment size in bytes for this representation.
Definition: hexDatatypeRep.h:52
Instances of DtString are used to represent strings.
Definition: vlString.h:29
OMT Datatype of type Double - in network format which means Big Endian representation.
Definition: hexDatatypeRep.h:20

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)