#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 158 of file lininfo.h.
| GString* battery_info::rem |
Capacity remaining.
Definition at line 160 of file lininfo.h.
Referenced by get_acpi_info(), and update_misc().
| GString* battery_info::cap |
Design capacity.
Definition at line 161 of file lininfo.h.
Referenced by get_battery_info(), and update_misc().
| GString* battery_info::last_cap |
Last full capacity.
Definition at line 162 of file lininfo.h.
Referenced by get_battery_info(), and update_misc().
| GString* battery_info::type |
Battery type.
Definition at line 163 of file lininfo.h.
Referenced by get_battery_info(), and update_misc().
| GString* battery_info::cap_warning |
Capacity warning treshold.
Definition at line 164 of file lininfo.h.
Referenced by get_battery_info(), and update_misc().
| GString* battery_info::cap_low |
Capacity low treshold.
Definition at line 165 of file lininfo.h.
Referenced by get_battery_info(), and update_misc().
1.5.1