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