Whats the format of fixed point results data?
typedef struct _USS_Algorithms_Results_fixed_point_
{
USS_message_code messageCode;
int32_t iq44DeltaTOF;
//!< Delta Time Of Flight calculation result
int32_t iq40TotalTOF_UPS;
//!< Upstream total Time Of Flight calculation result
int32_t iq40TotalTOF_DNS;
//!< Downstream total Time Of Flight calculation result
int32_t iq16VolumeFlowRate;
//!< Volume flow rate calculation result
}USS_Algorithms_Results_fixed_point;
base off the documentation, I took iq16 to imply binary fixed point with 16 fractional values, but this illogical for iq44, and iq40. NEED SOME CLARITY HERE! Thanks!