void Motor_SetOffset(Motor motor)
Enables motor setpoint offset acquisition.
void Motor_WriteControl(Motor motor, double setpoint)
Writes specified value to given motor ouput device.
bool Motor_Enable(Motor motor)
Allows hardware/virtual device of given motor to output signal.
Motor Motor_Init(const char *configName)
Creates and initializes motor data structure based on given information.
MotorData * Motor
Opaque reference to motor internal data structure.
Definition motor.h:62
void Motor_Disable(Motor motor)
Prevents hardware/virtual device of given motor from outputing signal.
struct _MotorData MotorData
Single motor internal data structure.
Definition motor.h:61
void Motor_SetOperation(Motor motor)
Enables motor output/operation.
void Motor_End(Motor motor)
Deallocates internal data of given motor.