88 #ifndef ALGOLIB_LOAD_INCLUDE_SOFTSTOP_H_ 89 #define ALGOLIB_LOAD_INCLUDE_SOFTSTOP_H_ 120 **ppVelocityReference,
_Bool status
Definition: softStop.h:101
Soft Stop Working Structure.
Definition: softStop.h:115
uint16_t w
Definition: softStop.h:110
void softStopInit(SOFT_STOP_T *pSoftStop)
Soft Stop Init.
Definition: softStop.c:79
struct SOFT_STOP_FLAGS_T::softStopFlags b
_Bool getSoftStopStatus(SOFT_STOP_T *pSoftStop)
Soft Stop Status check.
Definition: softStop.h:154
SOFT_STOP_FLAGS_T flags
Definition: softStop.h:135
const int32_t * pSpeed
Definition: softStop.h:120
int32_t minimumSpeedSoftStop
Definition: softStop.h:127
Soft Stop Flags Working Structure.
Definition: softStop.h:94
Soft Stop Flags Structure.
Definition: softStop.h:97
void softStopRun(SOFT_STOP_T *pSoftStop)
Soft Stop Run.
Definition: softStop.c:85