00001 #ifndef _OBJLIB_H_ 00002 #define _OBJLIB_H_ 00003 00004 // VX-works definitions 00005 typedef int STATUS; 00006 00007 #define OK 0 00008 #define ERROR -1 00009 00010 #define WAIT_FOREVER -1 00011 #define NO_WAIT 0 00012 00013 #define NO_SEM 0x00 00014 #define PROCESS_SEM 0x03 00015 #define THREAD_SEM 0x02 00016 00017 #endif
1.5.9