# HG changeset patch # User Mychaela Falconia # Date 1503253094 0 # Node ID 0bf06b68ac95d71cb9df932edb7af1959dfe4b9e # Parent b5f2ccfdafecb23285029242042d0db3c9ae5f18 rvinterf/include/exitcodes.h: added ERROR_RFFAIL for fc-rfcal-tools diff -r b5f2ccfdafec -r 0bf06b68ac95 rvinterf/include/exitcodes.h --- a/rvinterf/include/exitcodes.h Sun Aug 20 17:37:45 2017 +0000 +++ b/rvinterf/include/exitcodes.h Sun Aug 20 18:18:14 2017 +0000 @@ -3,4 +3,6 @@ #define ERROR_RVINTERF 3 #define ERROR_UNIX 4 #define ERROR_BUG 5 -#define ERROR_RFTEST 6 +/* the following two are for fc-rfcal-tools */ +#define ERROR_RFTEST 6 /* error in the external RF test equipment */ +#define ERROR_RFFAIL 7 /* RF calibration process failure */