Index: TestSupport.c =================================================================== diff -u -rd6afafc35efa5dcfd151a871843070e249c1c09f -r476fa5a4aac0ee83508e13573c245b772a391aa0 --- TestSupport.c (.../TestSupport.c) (revision d6afafc35efa5dcfd151a871843070e249c1c09f) +++ TestSupport.c (.../TestSupport.c) (revision 476fa5a4aac0ee83508e13573c245b772a391aa0) @@ -53,6 +53,15 @@ } +/*********************************************************************//** + * @brief + * The getU16OverrideValue function extracts the appropriate U16 + * value from a given U32 override record according to the record state. + * @details Inputs: none + * @details Outputs: none + * @param ovU32 pointer to a floating point override record + * @return overridden U16 point value from the record + *************************************************************************/ U16 getU16OverrideValue( OVERRIDE_U32_T *ovU32 ) { U16 result = (U16)( ovU32->data & MASK_OFF_MSW );