Index: firmware/App/Services/CpldInterface.h =================================================================== diff -u -r3518e8a088c32e75c0c8960d5e629a7401095feb -r395522dffef1348e176564925656012f529c1910 --- firmware/App/Services/CpldInterface.h (.../CpldInterface.h) (revision 3518e8a088c32e75c0c8960d5e629a7401095feb) +++ firmware/App/Services/CpldInterface.h (.../CpldInterface.h) (revision 395522dffef1348e176564925656012f529c1910) @@ -1,22 +1,22 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-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 CPLD.h +* @file CpldInterface.h * -* @author (last) Sean -* @date (last) 07-Aug-2024 +* @author (last) Sean Nash +* @date (last) 24-Oct-2024 * -* @author (original) Sean +* @author (original) Sean Nash * @date (original) 07-Aug-2024 * ***************************************************************************/ -#ifndef __CPLD_H__ -#define __CPLD_H__ +#ifndef __CPLD_INTERFACE_H__ +#define __CPLD_INTERFACE_H__ #include "TDCommon.h" @@ -34,7 +34,7 @@ /// Safety shutdown broadcast data typedef struct { - U32 isSafetyShutdownActivated; ///< Is safety shutdown active boolean flag + U32 isSafetyShutdownActivated; ///< Is safety shutdown active boolean flag } TD_SAFETY_SHUTDOWN_DATA_T; // ********** public function prototypes ********** @@ -59,8 +59,7 @@ SELF_TEST_STATUS_T execSafetyShutdownTest( void ); void resetSafetyShutdownPOSTState( void ); -BOOL testSetSafetyShutdownOverride( U32 value ); -BOOL testResetSafetyShutdownOverride( void ); +BOOL testSafetyShutdownOverride( MESSAGE_T *message ); /**@}*/