class VoltBase Base class for power monitor summary output
A VoltBase object can temporarily store calculations from several VoltWatcher objects. Child classes (such as VoltWriter) can be derived from VoltBase and designed to output the calculations various ways.Source code: VoltBase.hh
VoltBase()
virtual void setData(const int id, const int column, const float data)
column - Column number of item
data - New value
virtual void setTimeArray(const int id, const unsigned long GPSsecs)
GPSsecs - New value (in GPS seconds)
alphabetic index hierarchy of classes
generated by doc++