#include <Specification.h>
Public Member Functions | |
| int | getChannel () |
| float | getCurrent () |
| float | getVoltage () |
| void | setChannel (int) |
| void | setCurrent (float) |
| void | setVoltage (float) |
| Specification () | |
| ~Specification () | |
Private Attributes | |
| int | channel |
| float | mx_current |
| float | mx_voltage |
Definition at line 23 of file Specification.h.
Definition at line 23 of file Specification.cpp.
Definition at line 27 of file Specification.cpp.
| int Specification::getChannel | ( | ) |
Definition at line 31 of file Specification.cpp.
| float Specification::getCurrent | ( | ) |
Definition at line 36 of file Specification.cpp.
| float Specification::getVoltage | ( | ) |
Definition at line 41 of file Specification.cpp.
| void Specification::setChannel | ( | int | chnl | ) |
Definition at line 46 of file Specification.cpp.
| void Specification::setCurrent | ( | float | mx_cur | ) |
Definition at line 51 of file Specification.cpp.
| void Specification::setVoltage | ( | float | mx_vol | ) |
Definition at line 56 of file Specification.cpp.
int Specification::channel [private] |
Definition at line 36 of file Specification.h.
float Specification::mx_current [private] |
Definition at line 37 of file Specification.h.
float Specification::mx_voltage [private] |
Definition at line 38 of file Specification.h.