Lines Matching full:records
37 * This class manages the records for the input power history of
46 * from the PS, it will clear out the old records and start over.
70 * records to keep at a time
78 * records to keep at a time
97 * history records that needs to be
134 * @brief Returns the number of records
136 * @return size_t - the number of records
141 return records.size(); in getNumRecords()
145 * @brief Deletes all records
149 records.clear(); in clear()
187 * @brief The list of timestamp/average/maximum records.
188 * Newer records are added to the front, and older ones
191 std::deque<Record> records; member in witherspoon::power::history::RecordManager