X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fsensor.h;h=182d8aed83d5d954e2a8f79df91f54153c22b6a4;hb=86e68ea7c2ee5c34a1cb1e1b0b7bbed09da161d3;hp=6c7abaaa39c543df369dfce3dcf9dbb6eea56ae8;hpb=5799ff15b85e78018f2e1800dde82c9aec43f382;p=matches%2FMCTX3420.git diff --git a/server/sensor.h b/server/sensor.h index 6c7abaa..182d8ae 100644 --- a/server/sensor.h +++ b/server/sensor.h @@ -9,16 +9,18 @@ #include "data.h" /** Number of sensors **/ -#define NUMSENSORS 6 +#define NUMSENSORS 8 /** Sensor ids - there should be correspondence with the names in g_sensor_names **/ typedef enum SensorId { ANALOG_TEST0, ANALOG_TEST1, + ANALOG_REALTEST, ANALOG_FAIL0, DIGITAL_TEST0, DIGITAL_TEST1, + DIGITAL_REALTEST, DIGITAL_FAIL0 } SensorId;