#include <motor.h>
|
static int | BackEMFUpdateHandler (CPhidgetMotorControlHandle phid, void *userPtr, int index, double voltage) |
|
static int | CurrentChangeHandler (CPhidgetMotorControlHandle phid, void *userPtr, int index, double current) |
|
static int | CurrentUpdateHandler (CPhidgetMotorControlHandle phid, void *userPtr, int index, double current) |
|
static int | EncoderPositionChangeHandler (CPhidgetMotorControlHandle phid, void *userPtr, int index, int time, int positionChange) |
|
static int | EncoderPositionUpdateHandler (CPhidgetMotorControlHandle phid, void *userPtr, int index, int positionChange) |
|
static int | InputChangeHandler (CPhidgetMotorControlHandle phid, void *userPtr, int index, int inputState) |
|
static int | SensorUpdateHandler (CPhidgetMotorControlHandle phid, void *userPtr, int index, int sensorValue) |
|
static int | VelocityChangeHandler (CPhidgetMotorControlHandle phid, void *userPtr, int index, double velocity) |
|
Definition at line 8 of file motor.h.
◆ MotorController()
phidgets::MotorController::MotorController |
( |
| ) |
|
◆ ~MotorController()
phidgets::MotorController::~MotorController |
( |
| ) |
|
|
virtual |
◆ backEMFUpdateHandler()
void phidgets::MotorController::backEMFUpdateHandler |
( |
int |
index, |
|
|
double |
voltage |
|
) |
| |
|
protectedvirtual |
◆ BackEMFUpdateHandler()
int phidgets::MotorController::BackEMFUpdateHandler |
( |
CPhidgetMotorControlHandle |
phid, |
|
|
void * |
userPtr, |
|
|
int |
index, |
|
|
double |
voltage |
|
) |
| |
|
staticprivate |
◆ currentChangeHandler()
void phidgets::MotorController::currentChangeHandler |
( |
int |
index, |
|
|
double |
current |
|
) |
| |
|
protectedvirtual |
◆ CurrentChangeHandler()
int phidgets::MotorController::CurrentChangeHandler |
( |
CPhidgetMotorControlHandle |
phid, |
|
|
void * |
userPtr, |
|
|
int |
index, |
|
|
double |
current |
|
) |
| |
|
staticprivate |
◆ currentUpdateHandler()
void phidgets::MotorController::currentUpdateHandler |
( |
int |
index, |
|
|
double |
current |
|
) |
| |
|
protectedvirtual |
◆ CurrentUpdateHandler()
int phidgets::MotorController::CurrentUpdateHandler |
( |
CPhidgetMotorControlHandle |
phid, |
|
|
void * |
userPtr, |
|
|
int |
index, |
|
|
double |
current |
|
) |
| |
|
staticprivate |
◆ encoderPositionChangeHandler()
void phidgets::MotorController::encoderPositionChangeHandler |
( |
int |
index, |
|
|
int |
time, |
|
|
int |
positionChange |
|
) |
| |
|
protectedvirtual |
◆ EncoderPositionChangeHandler()
int phidgets::MotorController::EncoderPositionChangeHandler |
( |
CPhidgetMotorControlHandle |
phid, |
|
|
void * |
userPtr, |
|
|
int |
index, |
|
|
int |
time, |
|
|
int |
positionChange |
|
) |
| |
|
staticprivate |
◆ encoderPositionUpdateHandler()
void phidgets::MotorController::encoderPositionUpdateHandler |
( |
int |
index, |
|
|
int |
positionChange |
|
) |
| |
|
protectedvirtual |
◆ EncoderPositionUpdateHandler()
int phidgets::MotorController::EncoderPositionUpdateHandler |
( |
CPhidgetMotorControlHandle |
phid, |
|
|
void * |
userPtr, |
|
|
int |
index, |
|
|
int |
positionChange |
|
) |
| |
|
staticprivate |
◆ getAcceleration()
double phidgets::MotorController::getAcceleration |
( |
int |
index | ) |
|
◆ getAccelerationMax()
double phidgets::MotorController::getAccelerationMax |
( |
int |
index | ) |
|
◆ getAccelerationMin()
double phidgets::MotorController::getAccelerationMin |
( |
int |
index | ) |
|
◆ getBackEMF()
double phidgets::MotorController::getBackEMF |
( |
int |
index | ) |
|
◆ getBackEMFSensingState()
int phidgets::MotorController::getBackEMFSensingState |
( |
int |
index | ) |
|
◆ getBraking()
double phidgets::MotorController::getBraking |
( |
int |
index | ) |
|
◆ getCurrent()
double phidgets::MotorController::getCurrent |
( |
int |
index | ) |
|
◆ getEncoderCount()
int phidgets::MotorController::getEncoderCount |
( |
| ) |
|
◆ getEncoderPosition()
int phidgets::MotorController::getEncoderPosition |
( |
int |
index | ) |
|
◆ getInputCount()
int phidgets::MotorController::getInputCount |
( |
| ) |
|
◆ getInputState()
bool phidgets::MotorController::getInputState |
( |
int |
index | ) |
|
◆ getMotorCount()
int phidgets::MotorController::getMotorCount |
( |
| ) |
|
◆ getRatiometric()
int phidgets::MotorController::getRatiometric |
( |
| ) |
|
◆ getSensorCount()
int phidgets::MotorController::getSensorCount |
( |
| ) |
|
◆ getSensorRawValue()
int phidgets::MotorController::getSensorRawValue |
( |
int |
index | ) |
|
◆ getSensorValue()
int phidgets::MotorController::getSensorValue |
( |
int |
index | ) |
|
◆ getSupplyVoltage()
double phidgets::MotorController::getSupplyVoltage |
( |
| ) |
|
◆ getVelocity()
double phidgets::MotorController::getVelocity |
( |
int |
index | ) |
|
◆ inputChangeHandler()
void phidgets::MotorController::inputChangeHandler |
( |
int |
index, |
|
|
int |
inputState |
|
) |
| |
|
protectedvirtual |
◆ InputChangeHandler()
int phidgets::MotorController::InputChangeHandler |
( |
CPhidgetMotorControlHandle |
phid, |
|
|
void * |
userPtr, |
|
|
int |
index, |
|
|
int |
inputState |
|
) |
| |
|
staticprivate |
◆ sensorUpdateHandler()
void phidgets::MotorController::sensorUpdateHandler |
( |
int |
index, |
|
|
int |
sensorValue |
|
) |
| |
|
protectedvirtual |
◆ SensorUpdateHandler()
int phidgets::MotorController::SensorUpdateHandler |
( |
CPhidgetMotorControlHandle |
phid, |
|
|
void * |
userPtr, |
|
|
int |
index, |
|
|
int |
sensorValue |
|
) |
| |
|
staticprivate |
◆ setAcceleration()
void phidgets::MotorController::setAcceleration |
( |
int |
index, |
|
|
double |
acceleration |
|
) |
| |
◆ setBackEMFSensingState()
void phidgets::MotorController::setBackEMFSensingState |
( |
int |
index, |
|
|
int |
bEMFState |
|
) |
| |
◆ setBraking()
void phidgets::MotorController::setBraking |
( |
int |
index, |
|
|
double |
braking |
|
) |
| |
◆ setEncoderPosition()
void phidgets::MotorController::setEncoderPosition |
( |
int |
index, |
|
|
int |
position |
|
) |
| |
◆ setRatiometric()
void phidgets::MotorController::setRatiometric |
( |
int |
ratiometric | ) |
|
◆ setVelocity()
void phidgets::MotorController::setVelocity |
( |
int |
index, |
|
|
double |
velocity |
|
) |
| |
◆ velocityChangeHandler()
void phidgets::MotorController::velocityChangeHandler |
( |
int |
index, |
|
|
double |
velocity |
|
) |
| |
|
protectedvirtual |
◆ VelocityChangeHandler()
int phidgets::MotorController::VelocityChangeHandler |
( |
CPhidgetMotorControlHandle |
phid, |
|
|
void * |
userPtr, |
|
|
int |
index, |
|
|
double |
velocity |
|
) |
| |
|
staticprivate |
◆ motor_handle_
CPhidgetMotorControlHandle phidgets::MotorController::motor_handle_ |
|
private |
The documentation for this class was generated from the following files: