Merge branch 'master' of https://github.com/szmoore/MCTX3420.git
[matches/MCTX3420.git] / server / sensor.h
index eeb6da1..182d8ae 100644 (file)
@@ -34,10 +34,8 @@ typedef struct
        SensorId id;
        /** DataFile to store sensor values in **/
        DataFile data_file;
-       /** Indicates whether the Sensor is not stopped **/
+       /** Indicates whether the Sensor is active or not **/
        bool activated;
-       /** Indicates whether the Sensor should record data **/
-       bool record_data;
        /** Thread the Sensor is running in **/
        pthread_t thread;
        /** Most recently recorded data **/

UCC git Repository :: git.ucc.asn.au