StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
objLib.h
1 #ifndef _OBJLIB_H_
2 #define _OBJLIB_H_
3 
4 // VX-works definitions
5 typedef int STATUS;
6 
7 #define OK 0
8 #define ERROR -1
9 
10 #define WAIT_FOREVER -1
11 #define NO_WAIT 0
12 
13 #define NO_SEM 0x00
14 #define PROCESS_SEM 0x03
15 #define THREAD_SEM 0x02
16 
17 #endif