changeset 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 b5f2ccfdafec
children 08ad558c1fbc
files rvinterf/include/exitcodes.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */