#include <lininfo.h>
Data Fields | |
GString * | rem |
Capacity remaining. | |
GString * | cap |
Design capacity. | |
GString * | last_cap |
Last full capacity. | |
GString * | type |
Battery type. | |
GString * | cap_warning |
Capacity warning treshold. | |
GString * | cap_low |
Capacity low treshold. |
Definition at line 210 of file lininfo.h.
GString* battery_info::rem |
Capacity remaining.
Definition at line 212 of file lininfo.h.
Referenced by get_acpi_info(), and update_misc().
GString* battery_info::cap |
Design capacity.
Definition at line 213 of file lininfo.h.
Referenced by get_battery_info(), and update_misc().
GString* battery_info::last_cap |
Last full capacity.
Definition at line 214 of file lininfo.h.
Referenced by get_battery_info(), and update_misc().
GString* battery_info::type |
Battery type.
Definition at line 215 of file lininfo.h.
Referenced by get_battery_info(), and update_misc().
GString* battery_info::cap_warning |
Capacity warning treshold.
Definition at line 216 of file lininfo.h.
Referenced by get_battery_info(), and update_misc().
GString* battery_info::cap_low |
Capacity low treshold.
Definition at line 217 of file lininfo.h.
Referenced by get_battery_info(), and update_misc().