MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
enumDatatypeRep.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 "numberDatatypeRep.h"
12 #include <vlutil/vlString.h>
13 // Data representation type for enumerations
14 // Abstract base class -- concrete implementations
15 // found in DtEnum8DatatypeRep, DtEnum16DatatypeRep
16 // and DtEnum32DatatypeRep
18 {
19 public:
20 
22  DtEnumDatatypeRep(bool useImplicitPadding);
24  virtual ~DtEnumDatatypeRep();
29 
31  virtual unsigned int enumVal(const void*, int* size = 0) const = 0;
32 };
33 
34 
35 
36 
A type of datatype that can turn itself into a number (double) representation.
Definition: numberDatatypeRep.h:15
#define DT_DLL_OMTREADER
Definition: omtReader.h:23
DtDatatypeRep & operator=(const DtDatatypeRep &rhs)
Assignment Operator.
Definition: datatypeRep.h:67
Definition: enumDatatypeRep.h:17

Document ID: Generated on Mon Mar 22 15:30:17 EDT 2021 from SVN revision 226440
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)