MAK Data Logger API Documentation for DIS
 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

Document ID: Generated on Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)