MAK Data Logger API Documentation for HLA
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 Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)