Index: Common.h =================================================================== diff -u -r9023ef607793bf8f9e0491da6b84b7da6f8e77de -rca1d590217b1bfd14f0e0682f88e04de076ff199 --- Common.h (.../Common.h) (revision 9023ef607793bf8f9e0491da6b84b7da6f8e77de) +++ Common.h (.../Common.h) (revision ca1d590217b1bfd14f0e0682f88e04de076ff199) @@ -1,17 +1,17 @@ /************************************************************************** * -* 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 Common.h * -* @author (last) Sean -* @date (last) 31-Jul-2024 +* @author (last) Dara Navaei +* @date (last) 16-Oct-2025 * -* @author (original) Sean -* @date (original) 31-Jul-2024 +* @author (original) Sean Nash +* @date (original) 01-Aug-2024 * ***************************************************************************/ @@ -124,6 +124,7 @@ #define MS_PER_SECOND 1000 ///< Number of milliseconds in a second #define US_PER_SECOND 1000000 ///< Number of microseconds in a second #define SEC_PER_MIN 60 ///< Number of seconds in a minute +#define HZ_PER_KHZ 1000 ///< Number of Hz per KHz #define FRACTION_TO_PERCENT_FACTOR 100.0F ///< Percentage factor (100) #define MIN_PER_HOUR 60 ///< Number of minutes in an hour #define PI 3.1415927F ///< PI