#include <current_input.h>
|
static void | CurrentChangeHandler (PhidgetCurrentInputHandle input_handle, void *ctx, double sensorValue) |
|
Definition at line 41 of file current_input.h.
◆ CurrentInput()
phidgets::CurrentInput::CurrentInput |
( |
int32_t |
serial_number, |
|
|
int |
hub_port, |
|
|
bool |
is_hub_port_device, |
|
|
int |
channel, |
|
|
std::function< void(int, double)> |
input_handler |
|
) |
| |
|
explicit |
◆ ~CurrentInput()
phidgets::CurrentInput::~CurrentInput |
( |
| ) |
|
◆ currentChangeHandler()
void phidgets::CurrentInput::currentChangeHandler |
( |
double |
sensorValue | ) |
const |
◆ CurrentChangeHandler()
void phidgets::CurrentInput::CurrentChangeHandler |
( |
PhidgetCurrentInputHandle |
input_handle, |
|
|
void * |
ctx, |
|
|
double |
sensorValue |
|
) |
| |
|
staticprivate |
◆ getSensorValue()
double phidgets::CurrentInput::getSensorValue |
( |
| ) |
const |
◆ setDataInterval()
void phidgets::CurrentInput::setDataInterval |
( |
uint32_t |
data_interval_ms | ) |
const |
◆ channel_
int phidgets::CurrentInput::channel_ |
|
private |
◆ ci_handle_
PhidgetCurrentInputHandle phidgets::CurrentInput::ci_handle_ |
|
private |
◆ input_handler_
std::function<void(int, double)> phidgets::CurrentInput::input_handler_ |
|
private |
The documentation for this class was generated from the following files: