UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
zqb_types.h
1 /* zqb_types.h */
2 /* $Id: zqb_types.h,v 1.2 2006/11/18 11:53:54 vlad Exp $ */
3 #ifndef __zqb_types_h
4 #define __zqb_types_h
5 
6 
11 typedef enum
12 {
13  Z_O_ASCENT,
14  Z_O_DESCENT
15 
16 } ZqbOrder;
17 
18 
23 typedef enum
24 {
25  Z_T_UNDEFINED,
27  Z_T_INT32,
28  Z_T_FLOAT32,
29  Z_T_CHAR8
31 } ZqbType;
32 
33 
34 #endif /* zqb_types.h */