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 

Document ID: Generated on Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (www.mak.com)