Fawkes API  Fawkes Development Version
fawkes::BatteryInterface::BatteryInterface_data_t Struct Reference

Internal data storage, do NOT modify! More...

List of all members.

Public Attributes

int64_t timestamp_sec
 Interface Unix timestamp, seconds.
int64_t timestamp_usec
 Interface Unix timestamp, micro-seconds.
uint32_t current
 Battery Current [mA].
uint32_t voltage
 Battery Voltage [mV].
uint32_t temperature
 Battery Temperature [°C].
float absolute_soc
 Absolute state of charge [%].
float relative_soc
 Relative state of charge [%].

Detailed Description

Internal data storage, do NOT modify!


Member Data Documentation

Absolute state of charge [%].

Definition at line 50 of file BatteryInterface.h.

Battery Current [mA].

Definition at line 47 of file BatteryInterface.h.

Relative state of charge [%].

Definition at line 51 of file BatteryInterface.h.

Battery Temperature [°C].

Definition at line 49 of file BatteryInterface.h.

Interface Unix timestamp, seconds.

Definition at line 45 of file BatteryInterface.h.

Interface Unix timestamp, micro-seconds.

Definition at line 46 of file BatteryInterface.h.

Battery Voltage [mV].

Definition at line 48 of file BatteryInterface.h.


The documentation for this struct was generated from the following file: