Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
pprz_trig_int.c File Reference

Paparazzi fixed point trig functions. More...

#include "pprz_trig_int.h"
#include "pprz_algebra_int.h"
+ Include dependency graph for pprz_trig_int.c:

Go to the source code of this file.

Macros

#define R_FRAC   14
 

Functions

int32_t pprz_itrig_sin (int32_t angle)
 
int32_t pprz_itrig_cos (int32_t angle)
 
int32_t int32_atan2 (int32_t y, int32_t x)
 
int32_t int32_atan2_2 (int32_t y, int32_t x)
 

Variables

PPRZ_TRIG_CONST int16_t pprz_trig_int [6434]
 

Detailed Description

Paparazzi fixed point trig functions.

Definition in file pprz_trig_int.c.

Macro Definition Documentation

#define R_FRAC   14

Definition at line 889 of file pprz_trig_int.c.

Referenced by int32_atan2(), and int32_atan2_2().

Function Documentation

int32_t int32_atan2 ( int32_t  y,
int32_t  x 
)

Definition at line 891 of file pprz_trig_int.c.

References c1, c2, INT32_ANGLE_PI_4, and R_FRAC.

Referenced by get_phi_theta_measurement_fom_accel(), nav_circle(), rotorcraft_cam_periodic(), and stateCalcHorizontalSpeedDir_i().

+ Here is the caller graph for this function:

int32_t int32_atan2_2 ( int32_t  y,
int32_t  x 
)

Definition at line 913 of file pprz_trig_int.c.

References ANGLE_BFP_OF_REAL, c1, c2, INT32_ANGLE_FRAC, INT32_ANGLE_PI_4, and R_FRAC.

int32_t pprz_itrig_cos ( int32_t  angle)

Definition at line 880 of file pprz_trig_int.c.

References INT32_ANGLE_PI_2, and pprz_itrig_sin().

+ Here is the call graph for this function:

int32_t pprz_itrig_sin ( int32_t  angle)

Definition at line 859 of file pprz_trig_int.c.

References INT32_ANGLE_NORMALIZE, INT32_ANGLE_PI, INT32_ANGLE_PI_2, and pprz_trig_int.

Referenced by pprz_itrig_cos().

+ Here is the caller graph for this function:

Variable Documentation

PPRZ_TRIG_CONST int16_t pprz_trig_int[6434]

Definition at line 31 of file pprz_trig_int.c.

Referenced by pprz_itrig_sin().