3 #ifndef _REC_ROBOTINO_API2_C_POWEROUTPUT_H_ 4 #define _REC_ROBOTINO_API2_C_POWEROUTPUT_H_ 6 #include "rec/robotino/api2/c/globals.h" 23 #define INVALID_POWEROUTPUTID -1 65 #endif //_REC_ROBOTINO_API2_C_POWEROUTPUT_H_ DLLEXPORT PowerOutputId PowerOutput_construct()
DLLEXPORT BOOL PowerOutput_setComId(PowerOutputId id, ComId comId)
DLLEXPORT BOOL PowerOutput_setValue(PowerOutputId id, float setPoint)
int PowerOutputId
Definition: PowerOutput.h:20
DLLEXPORT BOOL PowerOutput_destroy(PowerOutputId id)
DLLEXPORT float PowerOutput_rawCurrentMeasurment(PowerOutputId id)
In "rec/robotino/api2/c/Com.h" you can find functions for manipulating the communication interface to...
DLLEXPORT float PowerOutput_current(PowerOutputId id)
int ComId
Definition: Com.h:50