Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Collective Tracking Control (module for the target to be tracked) More...
#include "std.h"
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] |
Collective Tracking Control (module for the target to be tracked)
Definition in file ctc_target.h.
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, msg, p, stateGetPositionEnu_f(), stateGetSpeedEnu_f(), tableNei, EnuCoor_f::x, and EnuCoor_f::y.
void parse_ctc_target_CleanTable | ( | uint8_t * | buf | ) |
void parse_ctc_target_RegTable | ( | uint8_t * | buf | ) |
|
extern |
Definition at line 81 of file ctc.c.
Referenced by collective_tracking_control(), ctc_init(), ctc_target_init(), ctc_target_send_info_to_nei(), parse_ctc_target_CleanTable(), parse_ctc_target_RegTable(), and send_ctc().