#include <hvChannel.h>
Inheritance diagram for hvChannel:
Public Member Functions | |
hvChannel (const unsigned int &module, const unsigned int &channel, const double &voltage, const double ¤t) | |
hvChannel () | |
virtual | ~hvChannel () |
unsigned int | module () const |
unsigned int | channel () const |
double | voltage () const |
double | current () const |
virtual void | stream (CSVParser &parser) |
Private Attributes | |
unsigned int | m_module |
unsigned int | m_chan |
double | m_voltage |
double | m_current |
|
constructer
|
|
default constructer |
|
destructer |
|
channel |
|
|
|
module |
|
streamer from csvparser Implements SObject. |
|
|
|
|
|
|
|
|
|
|