Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r56ae47b6766bed3f138fa3f1989431d7a439ea7a -r22fef1f14490125a8ccf059af78787e8b6f27b55 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 56ae47b6766bed3f138fa3f1989431d7a439ea7a) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 22fef1f14490125a8ccf059af78787e8b6f27b55) @@ -61,7 +61,8 @@ HD_OP_MODE_T getPreviousOperationMode( void ); // Get the previous operation mode U32 getCurrentSubMode( void ); // Get the current sub-mode void initiateAlarmAction( ALARM_ACTION_T action ); // Initiate an alarm or alarm recovery action according to current op mode -CONFIRMATION_REQUEST_STATUS_T getConfirmationRequestStatus( GENERIC_CONFIRM_ID_T requestID ); // Get the current confirmation request status +CONFIRMATION_REQUEST_STATUS_T getConfirmationRequestStatus( GENERIC_CONFIRM_ID_T requestID, F32 payload1, + F32 payload2, F32 payload3, F32 payload4 ); // Get the current confirmation request status void setConfirmationRequestStatus( GENERIC_CONFIRM_ID_T requestID, CONFIRMATION_REQUEST_STATUS_T status ); // Set the confirmation request status GENERIC_CONFIRM_ID_T addConfirmationRequest( GENERIC_CONFIRMATION_REQUEST_T *request ); // Add a new confirmation request