This is the complete list of members for phidgets::Motor, including all inherited members.
back_emf_change_handler_ | phidgets::Motor | private |
backEMFChangeHandler(double back_emf) const | phidgets::Motor | |
BackEMFChangeHandler(PhidgetDCMotorHandle motor_handle, void *ctx, double back_emf) | phidgets::Motor | privatestatic |
channel_ | phidgets::Motor | private |
duty_cycle_change_handler_ | phidgets::Motor | private |
DutyCycleChangeHandler(PhidgetDCMotorHandle motor_handle, void *ctx, double duty_cycle) | phidgets::Motor | privatestatic |
dutyCycleChangeHandler(double duty_cycle) const | phidgets::Motor | |
getAcceleration() const | phidgets::Motor | |
getBackEMF() const | phidgets::Motor | |
getBraking() const | phidgets::Motor | |
getDutyCycle() const | phidgets::Motor | |
Motor(int32_t serial_number, int hub_port, bool is_hub_port_device, int channel, std::function< void(int, double)> duty_cycle_change_handler, std::function< void(int, double)> back_emf_change_handler) | phidgets::Motor | explicit |
motor_handle_ | phidgets::Motor | private |
setAcceleration(double acceleration) const | phidgets::Motor | |
setBraking(double braking) const | phidgets::Motor | |
setDataInterval(uint32_t data_interval_ms) const | phidgets::Motor | |
setDutyCycle(double duty_cycle) const | phidgets::Motor | |
~Motor() | phidgets::Motor |