]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blobdiff - rpp/include/types.h
Fix some doxygen warnings
[pes-rpp/rpp-lib.git] / rpp / include / types.h
index 30294255b97ac4f614a9e2451e0058193d2e51c9..c185e3921c2a84e90ac728be615f4b3375ffb1d3 100644 (file)
 
 
 // Error codes used instead of FAILURE in new code (as negative numbers)
-#define RPP_EINVAL  2
-#define RPP_EBUSY   3
-#define RPP_ENOMEM  4
-#define RPP_ENODATA 5
+#define RPP_EINVAL  2                  /**< Input value error */
+#define RPP_EBUSY   3                  /**< Hardware is busy */
+#define RPP_ENOMEM  4                  /**< Not enough memory */
+#define RPP_ENODATA 5                  /**< No data were reveived */
 
 // Note: Sadly <stdint.h> is not available with CCS tools.
 #ifdef __GNUC__