summaryrefslogtreecommitdiff
path: root/sensors/Pedometer/Device.h
diff options
context:
space:
mode:
Diffstat (limited to 'sensors/Pedometer/Device.h')
-rw-r--r--sensors/Pedometer/Device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sensors/Pedometer/Device.h b/sensors/Pedometer/Device.h
index 26dcc7ad..008c3ef6 100644
--- a/sensors/Pedometer/Device.h
+++ b/sensors/Pedometer/Device.h
@@ -51,6 +51,7 @@ typedef enum
SENSOR_MODEL,
SENSOR_PERSISTENT_UNIQUEID,
SENSOR_CATEGORY,
+ SENSOR_ISPRIMARY,
// These enumeration properties overlap with
// a subset of the common properties, and
@@ -146,6 +147,7 @@ private:
BOOLEAN m_FirstSample;
ULONG m_StartTime;
+ ULONGLONG m_SampleCount;
ULONG m_CachedThreshold;
PedometerSample m_LastSample;