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