Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
Namespaces | |
Device | |
Enumerations | |
enum | Charge { Charge::EMPTY, Charge::LOW, Charge::SOMEWHERE_INBETWEEN, Charge::FULL } |
Functions | |
bool | isCharging () |
Charge | level () |
float | voltage () |
|
strong |
bool Ion::Battery::isCharging | ( | ) |
Definition at line 16 of file battery.cpp.
Ion::Battery::Charge Ion::Battery::level | ( | ) |
Definition at line 20 of file battery.cpp.
float Ion::Battery::voltage | ( | ) |
Definition at line 33 of file battery.cpp.