Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
cartography.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void init_carto (void)
 Automatic survey of an oriented rectangle (defined by three points) More...
 
void periodic_downlink_carto (void)
 
void start_carto (void)
 
void stop_carto (void)
 
bool nav_survey_Inc_railnumberSinceBoot (void)
 
bool nav_survey_Snapshoot (void)
 
bool nav_survey_Snapshoot_Continu (void)
 
bool nav_survey_StopSnapshoot (void)
 
bool nav_survey_computefourth_corner (uint8_t wp1, uint8_t wp2, uint8_t wp3, uint8_t wp4)
 
bool nav_survey_losange_carto_init (uint8_t wp1, uint8_t wp2, uint8_t wp3, float distrail, float distplus)
 
bool nav_survey_losange_carto (void)
 

Variables

float distrailinteractif
 

Function Documentation

void init_carto ( void  )

Automatic survey of an oriented rectangle (defined by three points)

Definition at line 148 of file cartography.c.

bool nav_survey_computefourth_corner ( uint8_t  wp1,
uint8_t  wp2,
uint8_t  wp3,
uint8_t  wp4 
)

Definition at line 211 of file cartography.c.

References nav_survey_computefourth_corner(), PRTDEB, PRTDEBSTR, waypoints, point::x, and point::y.

Referenced by nav_survey_computefourth_corner().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

bool nav_survey_Inc_railnumberSinceBoot ( void  )

Definition at line 177 of file cartography.c.

References railnumberSinceBoot.

bool nav_survey_losange_carto_init ( uint8_t  wp1,
uint8_t  wp2,
uint8_t  wp3,
float  distrail,
float  distplus 
)
bool nav_survey_Snapshoot ( void  )

Definition at line 183 of file cartography.c.

References camera_snapshot_image_number, PRTDEBSTR, and railnumberSinceBoot.

bool nav_survey_Snapshoot_Continu ( void  )

Definition at line 192 of file cartography.c.

References camera_snapshot_image_number, PRTDEBSTR, and railnumberSinceBoot.

bool nav_survey_StopSnapshoot ( void  )

Definition at line 201 of file cartography.c.

References camera_snapshot_image_number, PRTDEBSTR, and STOP.

void periodic_downlink_carto ( void  )

Definition at line 152 of file cartography.c.

References camera_snapshot_image_number, DefaultChannel, and DefaultDevice.

void start_carto ( void  )

Definition at line 166 of file cartography.c.

void stop_carto ( void  )

Definition at line 170 of file cartography.c.

Variable Documentation

float distrailinteractif

Definition at line 107 of file cartography.c.