Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r5fcae5901d466789c329256f5532cf64be549c83 -r673214e41efc9047a43a1326d49d50355d589a7b --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 5fcae5901d466789c329256f5532cf64be549c83) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 673214e41efc9047a43a1326d49d50355d589a7b) @@ -54,6 +54,7 @@ GENERIC_CONFIRM_ID_T addConfirmationRequest( GENERIC_CONFIRM_ID_T requestID, GENERIC_CONFIRM_COMMAND_T requestType, U32 rejectReason ); // Add a new confirmation request void setCurrentSubState( U32 subState ); // Set the current substate. void setCurrent4thLevelState( U32 state ); // Set the current 4th level state. +static void sendOperationStatusEvent( void ); // Constructs and sends operation status event BOOL testSetOperationMode( HD_OP_MODE_T newMode ); // Force transition to a given mode (if allowed) BOOL testSetOpModePublishIntervalOverride( U32 ms );