<?xml version="1.0" encoding="UTF-8"?>
<results version="2">
    <cppcheck version="2.7"/>
    <errors>
        <error id="unusedFunction" severity="style" msg="The function &apos;actuator_get_status&apos; is never used." verbose="The function &apos;actuator_get_status&apos; is never used." cwe="561">
            <location file="src/actuator_driver.c" line="82" column="0"/>
            <symbol>actuator_get_status</symbol>
        </error>
        <error id="unusedFunction" severity="style" msg="The function &apos;actuator_init&apos; is never used." verbose="The function &apos;actuator_init&apos; is never used." cwe="561">
            <location file="src/actuator_driver.c" line="24" column="0"/>
            <symbol>actuator_init</symbol>
        </error>
        <error id="unusedFunction" severity="style" msg="The function &apos;actuator_isr_1khz&apos; is never used." verbose="The function &apos;actuator_isr_1khz&apos; is never used." cwe="561">
            <location file="src/actuator_driver.c" line="92" column="0"/>
            <symbol>actuator_isr_1khz</symbol>
        </error>
        <error id="unusedFunction" severity="style" msg="The function &apos;apply_ctrl_get_state&apos; is never used." verbose="The function &apos;apply_ctrl_get_state&apos; is never used." cwe="561">
            <location file="src/apply_controller.c" line="140" column="0"/>
            <symbol>apply_ctrl_get_state</symbol>
        </error>
        <error id="unusedFunction" severity="style" msg="The function &apos;apply_ctrl_get_step_count&apos; is never used." verbose="The function &apos;apply_ctrl_get_step_count&apos; is never used." cwe="561">
            <location file="src/apply_controller.c" line="150" column="0"/>
            <symbol>apply_ctrl_get_step_count</symbol>
        </error>
        <error id="unusedFunction" severity="style" msg="The function &apos;apply_ctrl_init&apos; is never used." verbose="The function &apos;apply_ctrl_init&apos; is never used." cwe="561">
            <location file="src/apply_controller.c" line="55" column="0"/>
            <symbol>apply_ctrl_init</symbol>
        </error>
        <error id="unusedFunction" severity="style" msg="The function &apos;apply_ctrl_last_error&apos; is never used." verbose="The function &apos;apply_ctrl_last_error&apos; is never used." cwe="561">
            <location file="src/apply_controller.c" line="145" column="0"/>
            <symbol>apply_ctrl_last_error</symbol>
        </error>
        <error id="unusedFunction" severity="style" msg="The function &apos;apply_ctrl_step_50ms&apos; is never used." verbose="The function &apos;apply_ctrl_step_50ms&apos; is never used." cwe="561">
            <location file="src/apply_controller.c" line="64" column="0"/>
            <symbol>apply_ctrl_step_50ms</symbol>
        </error>
        <error id="unusedFunction" severity="style" msg="The function &apos;safety_mgr_apply_requested&apos; is never used." verbose="The function &apos;safety_mgr_apply_requested&apos; is never used." cwe="561">
            <location file="src/safety_manager.c" line="172" column="0"/>
            <symbol>safety_mgr_apply_requested</symbol>
        </error>
        <error id="unusedFunction" severity="style" msg="The function &apos;safety_mgr_get_state&apos; is never used." verbose="The function &apos;safety_mgr_get_state&apos; is never used." cwe="561">
            <location file="src/safety_manager.c" line="182" column="0"/>
            <symbol>safety_mgr_get_state</symbol>
        </error>
        <error id="unusedFunction" severity="style" msg="The function &apos;safety_mgr_init&apos; is never used." verbose="The function &apos;safety_mgr_init&apos; is never used." cwe="561">
            <location file="src/safety_manager.c" line="65" column="0"/>
            <symbol>safety_mgr_init</symbol>
        </error>
        <error id="unusedFunction" severity="style" msg="The function &apos;safety_mgr_release_requested&apos; is never used." verbose="The function &apos;safety_mgr_release_requested&apos; is never used." cwe="561">
            <location file="src/safety_manager.c" line="177" column="0"/>
            <symbol>safety_mgr_release_requested</symbol>
        </error>
        <error id="unusedFunction" severity="style" msg="The function &apos;safety_mgr_step_50ms&apos; is never used." verbose="The function &apos;safety_mgr_step_50ms&apos; is never used." cwe="561">
            <location file="src/safety_manager.c" line="74" column="0"/>
            <symbol>safety_mgr_step_50ms</symbol>
        </error>
        <error id="unusedFunction" severity="style" msg="The function &apos;switch_get_state&apos; is never used." verbose="The function &apos;switch_get_state&apos; is never used." cwe="561">
            <location file="src/switch_debouncer.c" line="57" column="0"/>
            <symbol>switch_get_state</symbol>
        </error>
        <error id="unusedFunction" severity="style" msg="The function &apos;switch_init&apos; is never used." verbose="The function &apos;switch_init&apos; is never used." cwe="561">
            <location file="src/switch_debouncer.c" line="31" column="0"/>
            <symbol>switch_init</symbol>
        </error>
        <error id="unusedFunction" severity="style" msg="The function &apos;switch_step_10ms&apos; is never used." verbose="The function &apos;switch_step_10ms&apos; is never used." cwe="561">
            <location file="src/switch_debouncer.c" line="39" column="0"/>
            <symbol>switch_step_10ms</symbol>
        </error>
        <error id="missingIncludeSystem" severity="information" msg="Cppcheck cannot find all the include files (use --check-config for details)" verbose="Cppcheck cannot find all the include files. Cppcheck can check the code without the include files found. But the results will probably be more accurate if all the include files are found. Please check your project&apos;s include directories and add all of them as include directories for Cppcheck. To see what files Cppcheck cannot find use --check-config."/>
    </errors>
</results>
