|
| missingIncludeSystem | | information | Cppcheck cannot find all the include files (use --check-config for details) |
| src/actuator_driver.c |
| 24 | unusedFunction | 561 | style | The function 'actuator_init' is never used. |
| 82 | unusedFunction | 561 | style | The function 'actuator_get_status' is never used. |
| 92 | unusedFunction | 561 | style | The function 'actuator_isr_1khz' is never used. |
| src/apply_controller.c |
| 55 | unusedFunction | 561 | style | The function 'apply_ctrl_init' is never used. |
| 64 | unusedFunction | 561 | style | The function 'apply_ctrl_step_50ms' is never used. |
| 140 | unusedFunction | 561 | style | The function 'apply_ctrl_get_state' is never used. |
| 145 | unusedFunction | 561 | style | The function 'apply_ctrl_last_error' is never used. |
| 150 | unusedFunction | 561 | style | The function 'apply_ctrl_get_step_count' is never used. |
| src/safety_manager.c |
| 65 | unusedFunction | 561 | style | The function 'safety_mgr_init' is never used. |
| 74 | unusedFunction | 561 | style | The function 'safety_mgr_step_50ms' is never used. |
| 172 | unusedFunction | 561 | style | The function 'safety_mgr_apply_requested' is never used. |
| 177 | unusedFunction | 561 | style | The function 'safety_mgr_release_requested' is never used. |
| 182 | unusedFunction | 561 | style | The function 'safety_mgr_get_state' is never used. |
| src/switch_debouncer.c |
| 31 | unusedFunction | 561 | style | The function 'switch_init' is never used. |
| 39 | unusedFunction | 561 | style | The function 'switch_step_10ms' is never used. |
| 57 | unusedFunction | 561 | style | The function 'switch_get_state' is never used. |