|
Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
Information relative to the other aircrafts. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | ac_info_ |
Macros | |
| #define | NB_ACS_ID 256 |
| #define | NB_ACS 24 |
| #define | SetAcInfo(_id, _utm_x, _utm_y, _course, _alt, _gspeed, _climb, _itow) |
Functions | |
| void | traffic_info_init (void) |
| struct ac_info_ * | get_ac_info (uint8_t id) |
Variables | |
| uint8_t | acs_idx |
| uint8_t | the_acs_id [NB_ACS_ID] |
| struct ac_info_ | the_acs [NB_ACS] |
Information relative to the other aircrafts.
Definition in file traffic_info.h.
| struct ac_info_ |
Definition at line 35 of file traffic_info.h.
| Data Fields | ||
|---|---|---|
| uint8_t | ac_id | |
| float | alt | |
| float | climb | |
| float | course | |
| float | east | |
| float | gspeed | |
| uint32_t | itow | |
| float | north | |
| #define NB_ACS 24 |
Definition at line 33 of file traffic_info.h.
Referenced by formation_flight(), formation_init(), potential_task(), start_formation(), stop_formation(), tcas_init(), and tcas_periodic_task_1Hz().
| #define NB_ACS_ID 256 |
Definition at line 32 of file traffic_info.h.
| #define SetAcInfo | ( | _id, | |
| _utm_x, | |||
| _utm_y, | |||
| _course, | |||
| _alt, | |||
| _gspeed, | |||
| _climb, | |||
| _itow | |||
| ) |
Definition at line 52 of file traffic_info.h.
Referenced by dl_parse_msg(), and formation_flight().
Definition at line 45 of file traffic_info.c.
References the_acs, and the_acs_id.
Referenced by cam_ac_target(), formation_flight(), nav_follow(), potential_task(), tcas_periodic_task_4Hz(), and tcas_test_direction().
Here is the caller graph for this function:| void traffic_info_init | ( | void | ) |
Definition at line 37 of file traffic_info.c.
References ac_info_::ac_id, acs_idx, the_acs, and the_acs_id.
Referenced by init_ap().
Here is the caller graph for this function:| uint8_t acs_idx |
Definition at line 33 of file traffic_info.c.
Referenced by traffic_info_init().
Definition at line 35 of file traffic_info.c.
Referenced by formation_flight(), get_ac_info(), potential_task(), tcas_periodic_task_1Hz(), and traffic_info_init().
Definition at line 34 of file traffic_info.c.
Referenced by add_slot(), dl_parse_msg(), formation_flight(), formation_pre_call(), get_ac_info(), tcas_periodic_task_1Hz(), and traffic_info_init().