This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EVM430-FR6047: USS FIXED POINTS RESULT DATA FORMAT?

Part Number: EVM430-FR6047

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!

**Attention** This is a public forum