From 3c00c3bb196375821fc51bd0eaa4fbc6c9a8eddd Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Thu, 21 Jul 2011 21:46:39 +0200 Subject: [PATCH] [lib] Add request type "generated" This new type of request will only be used in owlps-positioning, to distinct the calibration requests that are issued from a real measurement and those that are generated by the self-calibration process. --- libowlps/owlps.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libowlps/owlps.h b/libowlps/owlps.h index 70f4cf9..5a5cfd5 100644 --- a/libowlps/owlps.h +++ b/libowlps/owlps.h @@ -119,6 +119,7 @@ typedef struct _owl_autocalibration_order #define OWL_REQUEST_NORMAL 0 #define OWL_REQUEST_CALIBRATION 1 #define OWL_REQUEST_AUTOCALIBRATION 2 +#define OWL_REQUEST_GENERATED 3 #define OWL_REQUEST_IMPLICIT 10 #define OWL_REQUEST_UNDEFINED 255