FreeCalypso > hg > freecalypso-tools
comparison rvinterf/include/exitcodes.h @ 237:0bf06b68ac95
rvinterf/include/exitcodes.h: added ERROR_RFFAIL for fc-rfcal-tools
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 20 Aug 2017 18:18:14 +0000 |
| parents | 5c78f132547c |
| children |
comparison
equal
deleted
inserted
replaced
| 236:b5f2ccfdafec | 237:0bf06b68ac95 |
|---|---|
| 1 #define ERROR_USAGE 1 | 1 #define ERROR_USAGE 1 |
| 2 #define ERROR_TARGET 2 | 2 #define ERROR_TARGET 2 |
| 3 #define ERROR_RVINTERF 3 | 3 #define ERROR_RVINTERF 3 |
| 4 #define ERROR_UNIX 4 | 4 #define ERROR_UNIX 4 |
| 5 #define ERROR_BUG 5 | 5 #define ERROR_BUG 5 |
| 6 #define ERROR_RFTEST 6 | 6 /* the following two are for fc-rfcal-tools */ |
| 7 #define ERROR_RFTEST 6 /* error in the external RF test equipment */ | |
| 8 #define ERROR_RFFAIL 7 /* RF calibration process failure */ |
