[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.
This commit is contained in:
Matteo Cypriani 2011-07-21 21:46:39 +02:00
parent 2b12e49374
commit 3c00c3bb19
1 changed files with 1 additions and 0 deletions

View File

@ -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