MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
envEnum.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef envEnum_H_
10 #define envEnum_H_
11 
13 {
14  Empty = 0,
15  Any = 1,
16  String = Any << 1,
17  Integer = String << 1,
18  Float = Integer << 1,
19  Class = Float << 1,
21  Reserved = Class << 1;
22 };
23 
25 {
26  Unique = 1,
27  Required = Unique << 1,
28  Enumerate = Implied << 1,
29 };
30 
31 #endif
Definition: envEnum.h:20
Definition: envEnum.h:15
Definition: envEnum.h:14
Definition: envEnum.h:19
Definition: envEnum.h:28
DtValueType
Definition: envEnum.h:12
Definition: envEnum.h:18
Definition: envEnum.h:26
DtAttribFlag
Definition: envEnum.h:24
Definition: envEnum.h:17
Definition: envEnum.h:16
Definition: envEnum.h:27

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)