Index: firmware/App/Modes/ModeTreatment.h =================================================================== diff -u -r38f6b0b6ff1608eb1fd046e91add7fd2c65de4b1 -r1942c708bc95f57e87b0bf6a472ebe824a3f38ed --- firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 38f6b0b6ff1608eb1fd046e91add7fd2c65de4b1) +++ firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 1942c708bc95f57e87b0bf6a472ebe824a3f38ed) @@ -78,7 +78,7 @@ S32 venHighLimit; } PRESSURE_LIMIT_CHANGE_RESPONSE_T; -// ********** private function prototypes ********** +// ********** public function prototypes ********** void initTreatmentMode( void ); // Initialize this module void transitionToTreatmentMode( void ); // Prepares for transition to treatment mode @@ -87,6 +87,7 @@ void signalGoToTreatmentStopped( void ); // Rinseback or Re-circ sub-mode is signaling to return to treatment stopped sub-mode void signalGoToRinseback( void ); // Requesting transition to rinseback sub-mode from other sub-mode void signalEndTreatment( void ); // Requesting transition to post-treatment mode +void signalBloodPrimeToDialysis( void ); // Blood prime sub-mode is signaling to move on to dialysis sub-mode void signalRinsebackToRecirc( void ); // Rinseback sub-mode is signaling to move on to re-circ sub-mode TREATMENT_STATE_T getTreatmentState( void ); // Determine the current treatment sub-mode (state)