no-OS
Functions
pqlib_convert.c File Reference
#include "pqlib_convert.h"
Include dependency graph for pqlib_convert.c:

Functions

ADI_AFE_ANGLE_TYPE convert_angle_type (ADI_AFE_ANGLE_TYPE angleRaw)
 
float convert_rms_type (ADI_AFE_RMS_TYPE mag, float scale)
 Converts ADI_AFE_RMS_TYPE to voltage/current magnitude. More...
 
float convert_pct_type (ADI_PQLIB_PCT_TYPE val)
 Converts ADI_PQLIB_PCT_TYPE to percentage. More...
 
ADI_PQLIB_PCT_TYPE convert_to_pct_type (float val)
 Converts val to percentage. More...
 
ADI_PQLIB_FREQ_TYPE convert_to_freq_type (float val)
 Converts val to freq in mhz. More...
 
ADI_PQLIB_COEF_TYPE convert_to_coef_fract_type (float val)
 Converts val to correction coefficient. More...
 
uint32_t convert_to_time_ms (float timesec)
 Converts time in sec to time in ms. More...
 

Function Documentation

◆ convert_angle_type()

ADI_AFE_ANGLE_TYPE convert_angle_type ( ADI_AFE_ANGLE_TYPE  angleRaw)
Here is the caller graph for this function:

◆ convert_pct_type()

float convert_pct_type ( ADI_PQLIB_PCT_TYPE  val)

Converts ADI_PQLIB_PCT_TYPE to percentage.

Parameters
[in]val- Value for conversion
Returns
Equivalent percentage value
Here is the caller graph for this function:

◆ convert_rms_type()

float convert_rms_type ( ADI_AFE_RMS_TYPE  mag,
float  scale 
)

Converts ADI_AFE_RMS_TYPE to voltage/current magnitude.

Parameters
[in]mag- Magnitude code from the library
[in]scale- Magnitude of full range RMS
Returns
magnitude in volts or amperes
Here is the caller graph for this function:

◆ convert_to_coef_fract_type()

ADI_PQLIB_COEF_TYPE convert_to_coef_fract_type ( float  val)

Converts val to correction coefficient.

Parameters
[in]val- Value for conversion
Returns
correction coefficient
Here is the caller graph for this function:

◆ convert_to_freq_type()

ADI_PQLIB_FREQ_TYPE convert_to_freq_type ( float  val)

Converts val to freq in mhz.

Parameters
[in]val- Value for conversion
Returns
frequency
Here is the caller graph for this function:

◆ convert_to_pct_type()

ADI_PQLIB_PCT_TYPE convert_to_pct_type ( float  val)

Converts val to percentage.

Parameters
[in]val- Value for conversion
Returns
threshold percentage
Here is the caller graph for this function:

◆ convert_to_time_ms()

uint32_t convert_to_time_ms ( float  timesec)

Converts time in sec to time in ms.

Parameters
[in]timesec- Value for conversion.
Returns
time in millisec
Here is the caller graph for this function: