00001 00002 #ifndef EState_h 00003 #define EState_h 1 00004 00005 typedef enum {eNotWorking,eWorking,eError} EState; 00006 00007 #endif