|
Defines |
| #define | BLUESENSE_SERVOCONTROLLER_SERVOCOUNT 8 |
Typedefs |
| typedef _bsServoDevice_specificsStruct * | bsServoDevice_specifics_t |
Enumerations |
| enum | bsServoDevice_portEnum |
Functions |
| DECLSPEC bsServoDevice_specifics_t | bsServoDevice_getDeviceSpecifics (bsDeviceTable_deviceInfo_t deviceInstancePtr) |
| DECLSPEC uint8_t | bsServoDevice_requestSetAngles (bsServoDevice_specifics_t srvDev, uint8_t relevantAngles, uint8_t *angles) |
| DECLSPEC uint8_t | bsServoDevice_requestSetAngle (bsServoDevice_specifics_t srvDev, bsServoDevice_portEnum port, uint8_t angle) |
| DECLSPEC uint8_t | bsServoDevice_requestGetAngles (bsServoDevice_specifics_t srvDev) |
| DECLSPEC void | bsServoDevice_getPendingAngles (bsServoDevice_specifics_t srvDev, uint8_t *angles) |
| DECLSPEC uint8_t | bsServoDevice_getPendingAngle (bsServoDevice_specifics_t srvDev, bsServoDevice_portEnum port) |
| DECLSPEC uint8_t | bsServoDevice_getRequestSetAnglesDone (bsServoDevice_specifics_t srvDev) |
| DECLSPEC uint8_t | bsServoDevice_getCurrentAngle (bsServoDevice_specifics_t srvDev, bsServoDevice_portEnum port) |
| DECLSPEC void | bsServoDevice_getCurrentAngles (bsServoDevice_specifics_t srvDev, uint8_t *angleArray) |
| DECLSPEC uint8_t | bsServoDevice_requestSetConfiguration (bsServoDevice_specifics_t srvDev, uint8_t offset) |
| DECLSPEC uint8_t | bsServoDevice_requestGetConfiguration (bsServoDevice_specifics_t srvDev) |
| DECLSPEC uint8_t | bsServoDevice_getRequestSetConfigDone (bsServoDevice_specifics_t srvDev) |
| DECLSPEC uint8_t | bsServoDevice_getRequestGetConfigDone (bsServoDevice_specifics_t srvDev) |
| DECLSPEC uint8_t | bsServoDevice_configPending (bsServoDevice_specifics_t srvDev) |
| DECLSPEC uint8_t | bsServoDevice_getCurrentOffset (bsServoDevice_specifics_t srvDev) |
| DECLSPEC void | bsServoDevice_reset (bsServoDevice_specifics_t srvDev) |
| DECLSPEC void | bsServoDevice_setTimeOutUs (bsServoDevice_specifics_t srvDev, uint32_t timeOutUs) |
| DECLSPEC uint32_t | bsServoDevice_getTimeOutUs (bsServoDevice_specifics_t srvDev) |