Searched refs:updateLastValue (Results 1 – 3 of 3) sorted by relevance
98 if (data.updateLastValue(newValue)) in sensorUpdated()139 if (data->updateLastValue(*newValue)) in updateReadings()
22 bool updateLastValue(double value);
8 bool CollectionData::updateLastValue(double value) in updateLastValue() function in metrics::CollectionData