EvaluateActivityThresholds 函数 (sensorsutils.h)
此例程确定新的传入活动数据是否满足阈值。
请注意,必须对示例进行排序和筛选数据。 使用 CollectionsListSortSubscribedActivitiesByConfidence 函数对数据进行排序和筛选。
语法
BOOLEAN EvaluateActivityThresholds(
[in] PSENSOR_COLLECTION_LIST newSample,
[in] PSENSOR_COLLECTION_LIST oldSample,
[in] PSENSOR_COLLECTION_LIST thresholds
);
参数
[in] newSample
传入的活动数据,作为传感器集合列表。
[in] oldSample
上次报告的活动数据,作为传感器集合列表。
[in] thresholds
活动检测阈值,作为传感器集合列表。
返回值
如果成功,此函数返回 TRUE,否则返回 FALSE。
要求
要求 | 值 |
---|---|
Header | sensorsutils.h |