Index: firmware/App/Monitors/BloodLeak.h =================================================================== diff -u -r6f7ada05f12562eef3d0135168b37cdabf7e3eae -rb2436685ec42e879781b0bc1348ba80f333196bb --- firmware/App/Monitors/BloodLeak.h (.../BloodLeak.h) (revision 6f7ada05f12562eef3d0135168b37cdabf7e3eae) +++ firmware/App/Monitors/BloodLeak.h (.../BloodLeak.h) (revision b2436685ec42e879781b0bc1348ba80f333196bb) @@ -1,5 +1,20 @@ +/************************************************************************** +* +* Copyright (c) 2025-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 BloodLeak.h +* +* @author (last) Dara Navaei +* @date (last) 10-Sep-2024 +* +* @author (original) Dara Navaei +* @date (original) 10-Sep-2024 +* +***************************************************************************/ - #ifndef __BLOODLEAK_H__ #define __BLOODLEAK_H__ @@ -18,31 +33,6 @@ * @{ */ -// ********** public definitions ********** - -/// Enumeration of blood leak detector status. -//typedef enum BloodLeakDetectorStatus -//{ -// BLOOD_LEAK_DETECTED = 0, ///< Blood leak detector senses blood. -// BLOOD_LEAK_NOT_DETECTED, ///< Blood leak detector does not sense any blood. -// NUM_OF_BLOOD_LEAK_STATUS ///< Number of blood leak detector status. -//} BLOOD_LEAK_STATUS_T; - -/// Blood leak detector data publish -//typedef struct -//{ -// U32 bloodLeakStatus; ///< Blood leak detector status. -// U32 bloodLeakState; ///< Blood leak detector state. -// U32 bloodLeakPersistentCounter; ///< Blood leak detector persistent counter. -// U32 bloodLeakSerialCommState; ///< Blood leak detector serial communication state. -// U32 bloodLeakIntensity; ///< Blood leak detector intensity. -// U32 bloodLeakDetect; ///< Blood leak detector detect. -// F32 bloodLeakIntensityMovingAvg; ///< Blood leak detector intensity moving average. -// U32 bloodLeakTimeSinceZeroMS; ///< Blood leak detector time since last zero in milliseconds. -// U32 driftInRangeStatus; ///< Blood leak detector drift in range status. -// U32 driftUpperRangeStatus; ///< Blood leak detector drift upper range status. -//} BLOOD_LEAK_DATA_T; - // ********** public function prototypes ********** void initBloodLeak( void );