Index: results/cppcheckError.csv =================================================================== diff -u -r66fb51abe03c81581865171fe03315d48c968f23 -r1fb58baf6e7e3d1f054b2a3634e233da7609dad9 --- results/cppcheckError.csv (.../cppcheckError.csv) (revision 66fb51abe03c81581865171fe03315d48c968f23) +++ results/cppcheckError.csv (.../cppcheckError.csv) (revision 1fb58baf6e7e3d1f054b2a3634e233da7609dad9) @@ -1,179 +1,78 @@ File, Line No., Severity, Issue, Description -hdfirmware/firmware/App/Controllers/BloodFlow.c,815,style,unreadVariable,Variable 'flowStPt' is assigned a value that is never used. -hdfirmware/firmware/App/Controllers/BloodFlow.c,817,style,unreadVariable,Variable 'measRotSpd' is assigned a value that is never used. -hdfirmware/firmware/App/Controllers/BloodFlow.c,818,style,unreadVariable,Variable 'measSpd' is assigned a value that is never used. -hdfirmware/firmware/App/Controllers/BloodFlow.c,819,style,unreadVariable,Variable 'measMCSpd' is assigned a value that is never used. -hdfirmware/firmware/App/Controllers/BloodFlow.c,820,style,unreadVariable,Variable 'measMCCurr' is assigned a value that is never used. -hdfirmware/firmware/App/Controllers/BloodFlow.c,821,style,unreadVariable,Variable 'pumpPWMPctDutyCycle' is assigned a value that is never used. -hdfirmware/firmware/App/Controllers/BloodFlow.c,812,style,unreadVariable,Variable 'flowStPt' is assigned a value that is never used. -hdfirmware/firmware/App/Controllers/BloodFlow.c,814,style,unreadVariable,Variable 'measRotSpd' is assigned a value that is never used. -hdfirmware/firmware/App/Controllers/BloodFlow.c,815,style,unreadVariable,Variable 'measSpd' is assigned a value that is never used. -hdfirmware/firmware/App/Controllers/BloodFlow.c,816,style,unreadVariable,Variable 'measMCSpd' is assigned a value that is never used. -hdfirmware/firmware/App/Controllers/BloodFlow.c,817,style,unreadVariable,Variable 'measMCCurr' is assigned a value that is never used. -hdfirmware/firmware/App/Controllers/BloodFlow.c,818,style,unreadVariable,Variable 'pumpPWMPctDutyCycle' is assigned a value that is never used. -hdfirmware/firmware/App/Drivers/SafetyShutdown.c,100,style,unusedVariable,Unused variable: dir -hdfirmware/firmware/App/Modes/Dialysis.c,274,style,unreadVariable,Variable 'rejectReason' is assigned a value that is never used. -hdfirmware/firmware/App/Modes/Dialysis.c,325,style,unreadVariable,Variable 'rejectReason' is assigned a value that is never used. -hdfirmware/firmware/App/Modes/ModePostTreat.c,87,style,unreadVariable,Variable 'stop' is assigned a value that is never used. -hdfirmware/firmware/App/Modes/ModePreTreat.c,87,style,unreadVariable,Variable 'stop' is assigned a value that is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,131,style,unreadVariable,Variable 'stop' is assigned a value that is never used. +hdfirmware/firmware/App/Controllers/BloodFlow.c,813,style,unreadVariable,Variable 'flowStPt' is assigned a value that is never used. +hdfirmware/firmware/App/Controllers/BloodFlow.c,815,style,unreadVariable,Variable 'measRotSpd' is assigned a value that is never used. +hdfirmware/firmware/App/Controllers/BloodFlow.c,816,style,unreadVariable,Variable 'measSpd' is assigned a value that is never used. +hdfirmware/firmware/App/Controllers/BloodFlow.c,817,style,unreadVariable,Variable 'measMCSpd' is assigned a value that is never used. +hdfirmware/firmware/App/Controllers/BloodFlow.c,818,style,unreadVariable,Variable 'measMCCurr' is assigned a value that is never used. +hdfirmware/firmware/App/Controllers/BloodFlow.c,819,style,unreadVariable,Variable 'pumpPWMPctDutyCycle' is assigned a value that is never used. +hdfirmware/firmware/App/Modes/Dialysis.c,318,style,unreadVariable,Variable 'rejectReason' is assigned a value that is never used. +hdfirmware/firmware/App/Modes/Dialysis.c,369,style,unreadVariable,Variable 'rejectReason' is assigned a value that is never used. +hdfirmware/firmware/App/Modes/ModePostTreat.c,89,style,unreadVariable,Variable 'stop' is assigned a value that is never used. +hdfirmware/firmware/App/Modes/ModePreTreat.c,89,style,unreadVariable,Variable 'stop' is assigned a value that is never used. +hdfirmware/firmware/App/Modes/ModeTreatment.c,738,style,unreadVariable,Variable 'dialysisState' is assigned a value that is never used. hdfirmware/firmware/App/Services/Interrupts.c,180,style,variableScope,The scope of the variable 'debugStr' can be reduced. -hdfirmware/firmware/App/Services/SystemCommMessages.c,1325,style,unreadVariable,Variable 'result' is assigned a value that is never used. -hdfirmware/firmware/App/Services/SystemCommMessages.c,1149,error,uninitvar,Uninitialized variable: valveData -hdfirmware/firmware/App/Services/SystemCommMessages.c,2390,error,uninitvar,Uninitialized variable: result -hdfirmware/firmware/App/Services/SystemCommMessages.c,2416,error,uninitvar,Uninitialized variable: result +hdfirmware/firmware/App/Services/SystemCommMessages.c,1333,style,unreadVariable,Variable 'result' is assigned a value that is never used. hdfirmware/firmware/FWCommon/FlashDrvr/Fapi_UserDefinedFunctions.c,0,information,toomanyconfigs,Too many #ifdef configurations - cppcheck only checks 12 of 21 configurations. Use --force to check all configurations. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,1560,style,variableScope,The scope of the variable 'quotient' can be reduced. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,1561,style,variableScope,The scope of the variable 'modulus' can be reduced. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,1564,style,variableScope,The scope of the variable 'i' can be reduced. -hdfirmware/firmware/FWCommon/RTC.c,1204,style,redundantAssignment,Variable 'result' is reassigned a value before the old one has been used. -hdfirmware/firmware/FWCommon/RTC.c,778,style,variableScope,The scope of the variable 'decimalHigh' can be reduced. -hdfirmware/firmware/FWCommon/RTC.c,779,style,variableScope,The scope of the variable 'decimalLow' can be reduced. -hdfirmware/firmware/FWCommon/RTC.c,701,style,unreadVariable,Variable 'controlReg2' is assigned a value that is never used. -hdfirmware/firmware/FWCommon/Utilities.c,214,style,variableScope,The scope of the variable 'timeInMS' can be reduced. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,1568,style,variableScope,The scope of the variable 'quotient' can be reduced. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,1569,style,variableScope,The scope of the variable 'modulus' can be reduced. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,1572,style,variableScope,The scope of the variable 'i' can be reduced. +hdfirmware/firmware/FWCommon/RTC.c,1221,style,redundantAssignment,Variable 'result' is reassigned a value before the old one has been used. +hdfirmware/firmware/FWCommon/RTC.c,796,style,variableScope,The scope of the variable 'decimalHigh' can be reduced. +hdfirmware/firmware/FWCommon/RTC.c,797,style,variableScope,The scope of the variable 'decimalLow' can be reduced. +hdfirmware/firmware/FWCommon/RTC.c,718,style,unreadVariable,Variable 'controlReg2' is assigned a value that is never used. +hdfirmware/firmware/FWCommon/Utilities.c,216,style,variableScope,The scope of the variable 'timeInMS' can be reduced. hdfirmware/firmware/FWCommon/irqDispatch_c.c,76,style,unusedFunction,The function 'C_irqDispatch' is never used. hdfirmware/firmware/FWCommon/FlashDrvr/Fapi_UserDefinedFunctions.c,68,style,unusedFunction,The function 'Fapi_serviceWatchdogTimer' is never used. -hdfirmware/firmware/App/Drivers/InternalADC.c,114,style,unusedFunction,The function 'adcNotification' is never used. +hdfirmware/firmware/App/Drivers/InternalADC.c,117,style,unusedFunction,The function 'adcNotification' is never used. hdfirmware/firmware/App/Services/Interrupts.c,177,style,unusedFunction,The function 'canErrorNotification' is never used. hdfirmware/firmware/App/Services/Interrupts.c,156,style,unusedFunction,The function 'canMessageNotification' is never used. -hdfirmware/firmware/App/Modes/ModeTreatment.c,559,style,unreadVariable,Variable 'oldUFRate' is assigned a value that is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,86,style,unreadVariable,Variable 'stop' is assigned a value that is never used. -hdfirmware/firmware/App/Services/Interrupts.c,147,style,variableScope,The scope of the variable 'debugStr' can be reduced. -hdfirmware/firmware/App/Services/SystemCommMessages.c,1271,style,unreadVariable,Variable 'result' is assigned a value that is never used. -hdfirmware/firmware/FWCommon/FlashDrvr/Fapi_UserDefinedFunctions.c,0,information,toomanyconfigs,Too many #ifdef configurations - cppcheck only checks 12 of 21 configurations. Use --force to check all configurations. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,1531,style,variableScope,The scope of the variable 'quotient' can be reduced. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,1532,style,variableScope,The scope of the variable 'modulus' can be reduced. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,1535,style,variableScope,The scope of the variable 'i' can be reduced. -hdfirmware/firmware/FWCommon/RTC.c,1178,style,redundantAssignment,Variable 'result' is reassigned a value before the old one has been used. -hdfirmware/firmware/FWCommon/RTC.c,764,style,variableScope,The scope of the variable 'decimalHigh' can be reduced. -hdfirmware/firmware/FWCommon/RTC.c,765,style,variableScope,The scope of the variable 'decimalLow' can be reduced. -hdfirmware/firmware/FWCommon/RTC.c,689,style,unreadVariable,Variable 'controlReg2' is assigned a value that is never used. -hdfirmware/firmware/FWCommon/Utilities.c,214,style,variableScope,The scope of the variable 'timeInMS' can be reduced. -hdfirmware/firmware/FWCommon/irqDispatch_c.c,76,style,unusedFunction,The function 'C_irqDispatch' is never used. -hdfirmware/firmware/FWCommon/FlashDrvr/Fapi_UserDefinedFunctions.c,68,style,unusedFunction,The function 'Fapi_serviceWatchdogTimer' is never used. -hdfirmware/firmware/App/Drivers/InternalADC.c,113,style,unusedFunction,The function 'adcNotification' is never used. -hdfirmware/firmware/App/Services/Interrupts.c,143,style,unusedFunction,The function 'canErrorNotification' is never used. -hdfirmware/firmware/App/Services/Interrupts.c,122,style,unusedFunction,The function 'canMessageNotification' is never used. hdfirmware/firmware/FWCommon/PersistentAlarm.c,96,style,unusedFunction,The function 'checkPersistentAlarm' is never used. hdfirmware/firmware/App/Controllers/DGInterface.c,642,style,unusedFunction,The function 'cmdDGSampleWater' is never used. -hdfirmware/firmware/App/Controllers/DGInterface.c,560,style,unusedFunction,The function 'cmdStartDGTrimmerHeater' is never used. hdfirmware/firmware/App/Controllers/DGInterface.c,545,style,unusedFunction,The function 'cmdStopDG' is never used. -hdfirmware/firmware/App/Controllers/DGInterface.c,575,style,unusedFunction,The function 'cmdStopDGTrimmerHeater' is never used. hdfirmware/firmware/App/Services/Interrupts.c,322,style,unusedFunction,The function 'dmaGroupANotification' is never used. hdfirmware/firmware/App/Services/Interrupts.c,369,style,unusedFunction,The function 'edgeNotification' is never used. -hdfirmware/firmware/App/Services/FPGA.c,1359,style,unusedFunction,The function 'enableFPGAValvesBypassControl' is never used. hdfirmware/firmware/App/Controllers/PresOccl.c,388,style,unusedFunction,The function 'execPresOcclTest' is never used. -hdfirmware/firmware/FWCommon/Accel.c,647,style,unusedFunction,The function 'getAccelCalibration' is never used. -hdfirmware/firmware/App/Controllers/BloodFlow.c,1258,style,unusedFunction,The function 'getBloodFlowCalibration' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,728,style,unusedFunction,The function 'getBootloaderFlag' is never used. -hdfirmware/firmware/App/Services/Interrupts.c,274,style,unusedFunction,The function 'dmaGroupANotification' is never used. -hdfirmware/firmware/App/Services/Interrupts.c,321,style,unusedFunction,The function 'edgeNotification' is never used. -hdfirmware/firmware/FWCommon/Accel.c,133,style,unusedFunction,The function 'execAccel' is never used. -hdfirmware/firmware/FWCommon/Accel.c,550,style,unusedFunction,The function 'execAccelTest' is never used. -hdfirmware/firmware/App/Controllers/BloodFlow.c,1172,style,unusedFunction,The function 'execBloodFlowTest' is never used. -hdfirmware/firmware/App/Controllers/DialInFlow.c,1072,style,unusedFunction,The function 'execDialInFlowTest' is never used. -hdfirmware/firmware/App/Controllers/PresOccl.c,388,style,unusedFunction,The function 'execPresOcclTest' is never used. -hdfirmware/firmware/FWCommon/Accel.c,670,style,unusedFunction,The function 'getAccelCalibration' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,723,style,unusedFunction,The function 'getBootloaderFlag' is never used. -hdfirmware/firmware/FWCommon/Utilities.c,254,style,unusedFunction,The function 'getCriticalData' is never used. +hdfirmware/firmware/FWCommon/Accel.c,680,style,unusedFunction,The function 'getAccelCalibration' is never used. +hdfirmware/firmware/App/Controllers/BloodFlow.c,1256,style,unusedFunction,The function 'getBloodFlowCalibration' is never used. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,743,style,unusedFunction,The function 'getBootloaderFlag' is never used. hdfirmware/firmware/App/Controllers/DGInterface.c,362,style,unusedFunction,The function 'getDGDrainPumpRPMSetPt' is never used. hdfirmware/firmware/App/Controllers/DGInterface.c,305,style,unusedFunction,The function 'getDGPressure' is never used. hdfirmware/firmware/App/Controllers/DGInterface.c,346,style,unusedFunction,The function 'getDGROPumpFlowRateMlMin' is never used. hdfirmware/firmware/App/Controllers/DGInterface.c,330,style,unusedFunction,The function 'getDGROPumpPressureSetPt' is never used. -hdfirmware/firmware/App/Controllers/DialInFlow.c,1229,style,unusedFunction,The function 'getDialInFlowCalibration' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,594,style,unusedFunction,The function 'getDisinfectionDate' is never used. +hdfirmware/firmware/App/Controllers/DialInFlow.c,1227,style,unusedFunction,The function 'getDialInFlowCalibration' is never used. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,611,style,unusedFunction,The function 'getDisinfectionDate' is never used. hdfirmware/firmware/App/Services/FPGA.c,1136,style,unusedFunction,The function 'getFPGABloodPumpHallSensorStatus' is never used. hdfirmware/firmware/App/Services/FPGA.c,1170,style,unusedFunction,The function 'getFPGADialInPumpHallSensorStatus' is never used. hdfirmware/firmware/App/Services/FPGA.c,1204,style,unusedFunction,The function 'getFPGADialOutPumpHallSensorStatus' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,315,style,unusedFunction,The function 'getMfgData' is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,271,style,unusedFunction,The function 'getOrigArterialPressureHighLimit_mmHg' is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,266,style,unusedFunction,The function 'getOrigArterialPressureLowLimit_mmHg' is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,251,style,unusedFunction,The function 'getOrigBloodFlowRate_mL_min' is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,256,style,unusedFunction,The function 'getOrigDialysateFlowRate_mL_min' is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,261,style,unusedFunction,The function 'getOrigTreatmentDuration_min' is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,286,style,unusedFunction,The function 'getOrigUFVolume_L' is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,281,style,unusedFunction,The function 'getOrigVenousPressureHighLimit_mmHg' is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,276,style,unusedFunction,The function 'getOrigVenousPressureLowLimit_mmHg' is never used. -hdfirmware/firmware/App/Services/PIControllers.c,194,style,unusedFunction,The function 'getPIControllerSignals' is never used. -hdfirmware/firmware/FWCommon/RTC.c,419,style,unusedFunction,The function 'getRTCTimestamp' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,415,style,unusedFunction,The function 'getServiceDate' is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,232,style,unusedFunction,The function 'getTreatmentParameterF32' is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,213,style,unusedFunction,The function 'getTreatmentParameterU32' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,512,style,unusedFunction,The function 'getTreatmentTime' is never used. -hdfirmware/firmware/App/Controllers/Valves.c,226,style,unusedFunction,The function 'getValvePosition' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,552,style,unusedFunction,The function 'getWaterConsumption' is never used. -hdfirmware/firmware/App/Services/SystemCommMessages.c,2496,style,unusedFunction,The function 'handleSetHDValvePosition' is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,174,style,unusedFunction,The function 'handleWaitForUI2ConfirmState' is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,167,style,unusedFunction,The function 'handleWaitForUI2SendState' is never used. -hdfirmware/firmware/App/Services/AlarmMgmt.c,453,style,unusedFunction,The function 'isAlarmActive' is never used. -hdfirmware/firmware/App/Modes/ModeInitPOST.c,209,style,unusedFunction,The function 'isPOSTCompleted' is never used. -hdfirmware/firmware/App/Modes/ModeInitPOST.c,224,style,unusedFunction,The function 'isPOSTPassed' is never used. -hdfirmware/firmware/App/Drivers/Comm.c,290,style,unusedFunction,The function 'isSCI2DMATransmitInProgress' is never used. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,336,style,unusedFunction,The function 'getMfgData' is never used. +hdfirmware/firmware/App/Services/PIControllers.c,192,style,unusedFunction,The function 'getPIControllerSignals' is never used. +hdfirmware/firmware/FWCommon/RTC.c,427,style,unusedFunction,The function 'getRTCTimestamp' is never used. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,433,style,unusedFunction,The function 'getServiceDate' is never used. +hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,715,style,unusedFunction,The function 'getTreatmentParameterF32' is never used. +hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,686,style,unusedFunction,The function 'getTreatmentParameterS32' is never used. +hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,657,style,unusedFunction,The function 'getTreatmentParameterU32' is never used. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,530,style,unusedFunction,The function 'getTreatmentTime' is never used. +hdfirmware/firmware/App/Controllers/Valves.c,329,style,unusedFunction,The function 'getValvePosition' is never used. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,569,style,unusedFunction,The function 'getWaterConsumption' is never used. +hdfirmware/firmware/FWCommon/PersistentAlarm.c,61,style,unusedFunction,The function 'initPersistentAlarm' is never used. +hdfirmware/firmware/App/Services/AlarmMgmt.c,465,style,unusedFunction,The function 'isAlarmActive' is never used. +hdfirmware/firmware/App/Modes/ModeInitPOST.c,205,style,unusedFunction,The function 'isPOSTCompleted' is never used. +hdfirmware/firmware/App/Modes/ModeInitPOST.c,219,style,unusedFunction,The function 'isPOSTPassed' is never used. +hdfirmware/firmware/App/Drivers/Comm.c,279,style,unusedFunction,The function 'isSCI2DMATransmitInProgress' is never used. hdfirmware/firmware/App/Drivers/SafetyShutdown.c,79,style,unusedFunction,The function 'isSafetyShutdownActivated' is never used. hdfirmware/firmware/App/Services/SystemComm.c,242,style,unusedFunction,The function 'isUICommunicating' is never used. hdfirmware/firmware/App/Services/Interrupts.c,97,style,unusedFunction,The function 'phantomInterrupt' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,462,style,unusedFunction,The function 'readLogData' is never used. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,481,style,unusedFunction,The function 'readLogData' is never used. hdfirmware/firmware/App/Services/Interrupts.c,120,style,unusedFunction,The function 'rtiNotification' is never used. hdfirmware/firmware/App/Services/Interrupts.c,251,style,unusedFunction,The function 'sciNotification' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,705,style,unusedFunction,The function 'setBootloaderFlag' is never used. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,721,style,unusedFunction,The function 'setBootloaderFlag' is never used. hdfirmware/firmware/App/Controllers/DGInterface.c,421,style,unusedFunction,The function 'setDGDialysateTemperatures' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,568,style,unusedFunction,The function 'setDisinfectionDate' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,297,style,unusedFunction,The function 'setMfgData' is never used. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,585,style,unusedFunction,The function 'setDisinfectionDate' is never used. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,318,style,unusedFunction,The function 'setMfgData' is never used. hdfirmware/firmware/App/Controllers/PresOccl.c,152,style,unusedFunction,The function 'setOcclusionThreshold' is never used. hdfirmware/firmware/App/Controllers/PresOccl.c,121,style,unusedFunction,The function 'setPressureLimits' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,389,style,unusedFunction,The function 'setServiceDate' is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,197,style,unusedFunction,The function 'setTreatmentParameterF32' is never used. -hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,181,style,unusedFunction,The function 'setTreatmentParameterU32' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,486,style,unusedFunction,The function 'setTreatmentTime' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,527,style,unusedFunction,The function 'setWaterConsumption' is never used. -hdfirmware/firmware/App/Controllers/Valves.c,1020,style,unusedFunction,The function 'testResetValvesDataPublishInterval' is never used. -hdfirmware/firmware/App/Controllers/Valves.c,1075,style,unusedFunction,The function 'testResetValvesPositionOverride' is never used. -hdfirmware/firmware/App/Controllers/Valves.c,995,style,unusedFunction,The function 'testSetValvesDataPublishInterval' is never used. -hdfirmware/firmware/App/Controllers/Valves.c,1045,style,unusedFunction,The function 'testSetValvesPositionOverride' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,438,style,unusedFunction,The function 'writeLogData' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,592,style,unusedFunction,The function 'getDisinfectionDate' is never used. -hdfirmware/firmware/App/Services/FPGA.c,1114,style,unusedFunction,The function 'getFPGABloodPumpHallSensorStatus' is never used. -hdfirmware/firmware/App/Services/FPGA.c,1148,style,unusedFunction,The function 'getFPGADialInPumpHallSensorStatus' is never used. -hdfirmware/firmware/App/Services/FPGA.c,1182,style,unusedFunction,The function 'getFPGADialOutPumpHallSensorStatus' is never used. -hdfirmware/firmware/App/Services/FPGA.c,1026,style,unusedFunction,The function 'getFPGAStatus' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,328,style,unusedFunction,The function 'getMfgData' is never used. -hdfirmware/firmware/App/Services/PIControllers.c,194,style,unusedFunction,The function 'getPIControllerSignals' is never used. -hdfirmware/firmware/FWCommon/RTC.c,414,style,unusedFunction,The function 'getRTCTimestamp' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,421,style,unusedFunction,The function 'getServiceDate' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,514,style,unusedFunction,The function 'getTreatmentTime' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,552,style,unusedFunction,The function 'getWaterConsumption' is never used. -hdfirmware/firmware/FWCommon/Utilities.c,211,style,unusedFunction,The function 'incTimeWindowedCount' is never used. -hdfirmware/firmware/FWCommon/Accel.c,104,style,unusedFunction,The function 'initAccel' is never used. -hdfirmware/firmware/FWCommon/PersistentAlarm.c,61,style,unusedFunction,The function 'initPersistentAlarm' is never used. -hdfirmware/firmware/FWCommon/Utilities.c,158,style,unusedFunction,The function 'initTimeWindowedCount' is never used. -hdfirmware/firmware/App/Services/AlarmMgmt.c,429,style,unusedFunction,The function 'isAlarmActive' is never used. -hdfirmware/firmware/App/Modes/ModeInitPOST.c,176,style,unusedFunction,The function 'isPOSTCompleted' is never used. -hdfirmware/firmware/App/Modes/ModeInitPOST.c,191,style,unusedFunction,The function 'isPOSTPassed' is never used. -hdfirmware/firmware/App/Drivers/Comm.c,290,style,unusedFunction,The function 'isSCI2DMATransmitInProgress' is never used. -hdfirmware/firmware/App/Drivers/SafetyShutdown.c,79,style,unusedFunction,The function 'isSafetyShutdownActivated' is never used. -hdfirmware/firmware/App/Services/SystemComm.c,247,style,unusedFunction,The function 'isUICommunicating' is never used. -hdfirmware/firmware/App/Services/Interrupts.c,72,style,unusedFunction,The function 'phantomInterrupt' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,466,style,unusedFunction,The function 'readLogData' is never used. -hdfirmware/firmware/FWCommon/Utilities.c,320,style,unusedFunction,The function 'resetCriticalData' is never used. -hdfirmware/firmware/App/Services/Interrupts.c,86,style,unusedFunction,The function 'rtiNotification' is never used. -hdfirmware/firmware/App/Services/Interrupts.c,205,style,unusedFunction,The function 'sciNotification' is never used. -hdfirmware/firmware/FWCommon/Accel.c,634,style,unusedFunction,The function 'setAccelCalibration' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,701,style,unusedFunction,The function 'setBootloaderFlag' is never used. -hdfirmware/firmware/FWCommon/Utilities.c,291,style,unusedFunction,The function 'setCriticalData' is never used. -hdfirmware/firmware/App/Controllers/DGInterface.c,421,style,unusedFunction,The function 'setDGDialysateTemperatures' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,567,style,unusedFunction,The function 'setDisinfectionDate' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,311,style,unusedFunction,The function 'setMfgData' is never used. -hdfirmware/firmware/App/Controllers/PresOccl.c,152,style,unusedFunction,The function 'setOcclusionThreshold' is never used. -hdfirmware/firmware/App/Controllers/PresOccl.c,121,style,unusedFunction,The function 'setPressureLimits' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,396,style,unusedFunction,The function 'setServiceDate' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,489,style,unusedFunction,The function 'setTreatmentTime' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,528,style,unusedFunction,The function 'setWaterConsumption' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,295,style,unusedFunction,The function 'signalPowerOffWarning' is never used. -hdfirmware/firmware/FWCommon/Accel.c,763,style,unusedFunction,The function 'testResetAccelAxisOverride' is never used. -hdfirmware/firmware/FWCommon/Accel.c,712,style,unusedFunction,The function 'testResetAccelDataPublishIntervalOverride' is never used. -hdfirmware/firmware/FWCommon/Accel.c,817,style,unusedFunction,The function 'testResetAccelMaxOverride' is never used. -hdfirmware/firmware/FWCommon/Accel.c,736,style,unusedFunction,The function 'testSetAccelAxisOverride' is never used. -hdfirmware/firmware/FWCommon/Accel.c,687,style,unusedFunction,The function 'testSetAccelDataPublishIntervalOverride' is never used. -hdfirmware/firmware/FWCommon/Accel.c,790,style,unusedFunction,The function 'testSetAccelMaxOverride' is never used. -hdfirmware/firmware/FWCommon/NVDataMgmt.c,443,style,unusedFunction,The function 'writeLogData' is never used. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,407,style,unusedFunction,The function 'setServiceDate' is never used. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,505,style,unusedFunction,The function 'setTreatmentTime' is never used. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,545,style,unusedFunction,The function 'setWaterConsumption' is never used. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,456,style,unusedFunction,The function 'writeLogData' is never used. ,,information,missingInclude,Cppcheck cannot find all the include files (use --check-config for details)