|
libpowermon 1.12
PowerMon Access Library
|
PowermonLogFile is a class representing a PowerMon log file. It also contains support to decode the data points from a log file. More...
#include <powermon_log.h>
Classes | |
| struct | Sample |
Static Public Member Functions | |
| static uint32_t | decode (const std::vector< uint8_t > &data, std::vector< Sample > &samples, int32_t tz_index) |
| Decode a log file. | |
PowermonLogFile is a class representing a PowerMon log file. It also contains support to decode the data points from a log file.
|
static |
Decode a log file.
| data | Vector of uint8_t containing the raw log data file |
| samples | Vector of Sample where the data decoded from the log file will be appended |
| tz_index | The time zone index as stored in the device configuration |