libpowermon 1.00
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 |
Public Types | |
enum | Version { VER_FAMILY_MASK = 0xF0 , VER_POWERMON_WIFI_5W = 0x00 } |
Static Public Member Functions | |
static uint32_t | decode (const std::vector< char > &data, std::vector< Sample > &samples) |
PowermonLogFile is a class representing a PowerMon log file. It also contains support to decode the data points from a log file.