|
|
|
@ -33,7 +33,7 @@ class TDEHardwareDevices;
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* BatterySrc fetches the state of charge of the battery from HAL
|
|
|
|
|
* BatterySrc fetches the state of charge of the battery
|
|
|
|
|
* @author Ken Werner
|
|
|
|
|
*/
|
|
|
|
|
class BatterySrc : public LabelSource {
|
|
|
|
@ -64,7 +64,7 @@ private:
|
|
|
|
|
ThreadedTrigger mTrigger;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* The hal udi of that battery source
|
|
|
|
|
* The udi of that battery source
|
|
|
|
|
*/
|
|
|
|
|
TQString mUDI;
|
|
|
|
|
|
|
|
|
|