commit | 8168d280328000e8a4b34ed326f6365b961bd6d1 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Thu Jan 18 13:24:06 2018 -0600 |
committer | Matt Spinler <spinler@us.ibm.com> | Mon Jan 29 18:10:43 2018 +0000 |
tree | ff7905412fb7449af6bd3f8a020d8b4feaf7f2b2 | |
parent | 28fa1b6b3944a1024cc45959387bbaadc8de70bd [diff] |
Add function to handle a new input history record This function will take a raw input power history record and add it to the record manager cache. The record manager will parse the raw record, validate its sequence ID, and place it in the front of its internal queue. It prunes its queue if it needs to or clears it out if the sequence ID is out of order. Change-Id: I25eca05f30b45ae97801ff99a083cc8fd97a688a Signed-off-by: Matt Spinler <spinler@us.ibm.com>