Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ctc_target.h File Reference

Collective Tracking Control (module for the target to be tracked) More...

#include "std.h"
+ Include dependency graph for ctc_target.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void ctc_target_init (void)
 
void ctc_target_send_info_to_nei (void)
 
void parse_ctc_target_RegTable (uint8_t *buf)
 
void parse_ctc_target_CleanTable (uint8_t *buf))
 

Variables

int16_t tableNei [][6]
 

Detailed Description

Collective Tracking Control (module for the target to be tracked)

Definition in file ctc_target.h.

Function Documentation

void ctc_target_init ( void  )

Definition at line 40 of file ctc_target.c.

References CTC_MAX_AC, and tableNei.

void ctc_target_send_info_to_nei ( void  )

Definition at line 47 of file ctc_target.c.

References CTC_MAX_AC, DefaultChannel, DefaultDevice, p, stateGetPositionEnu_f(), stateGetSpeedEnu_f(), tableNei, EnuCoor_f::x, and EnuCoor_f::y.

+ Here is the call graph for this function:

void parse_ctc_target_CleanTable ( uint8_t buf)
void parse_ctc_target_RegTable ( uint8_t buf)

Variable Documentation