VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
omtReader
definedDatatypeRep.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 "
datatypeRep.h
"
12
13
#include "
stringTree.h
"
14
#ifdef DtUSE_UTILITIES_NAMESPACE
15
namespace
DtUSE_UTILITIES_NAMESPACE
16
{
17
#endif
18
class
DtNetFloat64
;
19
class
DtDatatypeManager
;
20
class
DtObjectHistory
;
21
22
class
DT_DLL_OMTREADER
DtDefinedDatatypeRep
:
public
DtDatatypeRep
23
{
24
public
:
25
27
DtDefinedDatatypeRep
(
bool
useImplicitPadding);
28
30
virtual
~
DtDefinedDatatypeRep
();
31
32
virtual
DtString
stringRep(
const
void
* ptr,
int
* size,
DtObjectHistory
* hist)
const
= 0;
33
virtual
DtStringTree
* createTreeRep(
const
void
* ptr,
int
* size = 0,
DtObjectHistory
* hist = 0)
const
= 0;
34
35
//Returns the nonmodified string
36
virtual
DtString
originalStringRep(
const
void
* ptr,
int
* size = 0,
DtObjectHistory
* hist = 0)
const
= 0;
37
38
protected
:
39
41
const
DtNetFloat64
* locationPtr(
DtDatatypeManager
& dataMgr,
DtObjectHistory
* objHist)
const
;
42
43
};
44
45
46
#ifdef DtUSE_UTILITIES_NAMESPACE
47
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
48
#endif
stringTree.h
DtDefinedDatatypeRep
Definition:
definedDatatypeRep.h:22
DtDatatypeManager
This class handles the conversion between a byte stream and an English readable view of the data in a...
Definition:
datatypeManager.h:45
DT_DLL_OMTREADER
#define DT_DLL_OMTREADER
Definition:
omtReader.h:27
DtDatatypeRep
A Datatype Representation is a class that can take a group of bytes and display them in a certain typ...
Definition:
datatypeRep.h:24
DtObjectHistory
Definition:
objectHistory.h:40
DtNetFloat64
Network-order 64-bit IEEE-754 floating-point quantity.
Definition:
vlNetTypes.h:173
DtStringTree
Basically a struct with a destructor, a string tree is a collection of indexed strings used to hold m...
Definition:
stringTree.h:20
DtString
Instances of DtString are used to represent strings.
Definition:
vlString.h:29
datatypeRep.h
Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)