Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r069dee3a2428d3c6bb281db1844a372ae6e2063a -re4eceb1ac6e8091d10e0fab49d2d5a9c5e5f1c67 --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 069dee3a2428d3c6bb281db1844a372ae6e2063a) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision e4eceb1ac6e8091d10e0fab49d2d5a9c5e5f1c67) @@ -7,8 +7,8 @@ * * @file ModeStandby.h * -* @author (last) Praneeth Bunne -* @date (last) 02-Jul-2026 +* @author (last) Sean Nash +* @date (last) 18-Apr-2025 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -32,13 +32,6 @@ // ********** public definitions ********** -/// Payload record structure for a treatment initiation request -typedef struct -{ - U32 command; ///< Command code (Cancel=0, Initiate=1) - U32 modality; ///< Treatment modality selected by user (ignored on cancel) -} INITIATE_TREATMENT_REQUEST_PAYLOAD_T; - // ********** public function prototypes ********** void initStandbyMode( void ); // Initialize this unit @@ -48,10 +41,6 @@ BOOL signalUserInitiateTreatment( MESSAGE_T *message ); // User has initiated/cancelled treatment workflow void signalAlarmActionToStandbyMode( ALARM_ACTION_T action ); // Execute alarm action as appropriate for Standby mode -void setFluidType( TREATMENT_TYPE_T modality ); // Set a specific fluid type -FLUID_TYPE_T getFluidType( void ); // Get a specific fluid type -TREATMENT_TYPE_T getModality( void ); // Get a specific modality - /**@}*/ #endif