#include <current_inputs.h>
Definition at line 42 of file current_inputs.h.
◆ CurrentInputs()
phidgets::CurrentInputs::CurrentInputs |
( |
int32_t |
serial_number, |
|
|
int |
hub_port, |
|
|
bool |
is_hub_port_device, |
|
|
std::function< void(int, double)> |
input_handler |
|
) |
| |
|
explicit |
◆ ~CurrentInputs()
phidgets::CurrentInputs::~CurrentInputs |
( |
| ) |
|
◆ getInputCount()
uint32_t phidgets::CurrentInputs::getInputCount |
( |
| ) |
const |
|
noexcept |
◆ getSensorValue()
double phidgets::CurrentInputs::getSensorValue |
( |
int |
index | ) |
const |
◆ setDataInterval()
void phidgets::CurrentInputs::setDataInterval |
( |
int |
index, |
|
|
uint32_t |
data_interval_ms |
|
) |
| const |
◆ cis_
std::vector<std::unique_ptr<CurrentInput> > phidgets::CurrentInputs::cis_ |
|
private |
◆ input_count_
uint32_t phidgets::CurrentInputs::input_count_ |
|
private |
The documentation for this class was generated from the following files: