//Handlers Constants #define TEST 0 #define FAULT 1 #define REPAIR 2 #define BROADCAST 3 //Status Constants #define UNKNOWN -1 #define OK 0 #define DOWN -1 //Notification Constants #define NOTIFIED 0 #define UNNOTIFIED 1 //Testwise Constants #define DONE 1 #define UNDONE 0 //Cores #define RED "\033[1;31m" #define YELLOW "\033[0;33m" #define RESET "\033[0m"