Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r5fcae5901d466789c329256f5532cf64be549c83 -r2d00c9f207d74bda37e430aeb2fe27c6239d3192 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 5fcae5901d466789c329256f5532cf64be549c83) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 2d00c9f207d74bda37e430aeb2fe27c6239d3192) @@ -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. +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 );