18#ifndef _POWERMON_LOG_H
19#define _POWERMON_LOG_H
22#include <powermon_config.h>
55 static uint32_t
decode(
const std::vector<uint8_t> &data, std::vector<Sample> &samples, int32_t tz_index);
PowermonLogFile is a class representing a PowerMon log file. It also contains support to decode the d...
Definition powermon_log.h:33
static uint32_t decode(const std::vector< uint8_t > &data, std::vector< Sample > &samples, int32_t tz_index)
Decode a log file.
Definition powermon_log.h:36