/************************************************************************** * * Copyright (c) 2026-2026 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file OperationModes.h * * @author (last) Dara Navaei * @date (last) 06-Feb-2026 * * @author (original) Dara Navaei * @date (original) 21-Jan-2026 * ***************************************************************************/ #ifndef __OPERATIONMODES_H__ #define __OPERATIONMODES_H__ #include "BLCommon.h" /** * @defgroup BLOperationModes BLOperationModes * @brief Operation Modes unit. * * @addtogroup BLOperationModes * @{ */ // ********** public definitions ********** void initOperationModes( void ); void execOperationModes( void ); void requestNewOperationMode( BL_OP_MODE_T newMode ); BL_OP_MODE_T getCurrentOpMode( void ); /**@}*/ #endif