Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
Building Paparazzi frames over IVY. More...
Go to the source code of this file.
Data Structures | |
struct | ivy_transport |
Functions | |
void | ivy_transport_init (void) |
Variables | |
struct ivy_transport | ivy_tp |
Building Paparazzi frames over IVY.
Definition in file ivy_transport.h.
struct ivy_transport |
Definition at line 37 of file ivy_transport.h.
Data Fields | ||
---|---|---|
struct link_device | device | |
char | ivy_buf[256] | |
int | ivy_dl_enabled | |
char * | ivy_p | |
struct transport_tx | trans_tx |
void ivy_transport_init | ( | void | ) |
Definition at line 184 of file ivy_transport.c.
References link_device::char_available, transport_tx::check_available_space, check_available_space(), link_device::check_free_space, check_free_space(), transport_tx::count_bytes, count_bytes(), ivy_transport::device, transport_tx::end_message, end_message(), link_device::get_byte, transport_tx::impl, ivy_transport::ivy_buf, ivy_transport::ivy_dl_enabled, ivy_transport::ivy_p, ivy_tp, null_function(), transport_tx::overrun, overrun(), link_device::periph, link_device::put_byte, put_bytes(), transport_tx::put_bytes, transport_tx::put_named_byte, put_named_byte(), link_device::send_message, send_message(), transport_tx::size_of, size_of(), transport_tx::start_message, start_message(), ivy_transport::trans_tx, transmit(), and TRUE.
Referenced by downlink_init().
struct ivy_transport ivy_tp |
Definition at line 38 of file ivy_transport.c.
Referenced by ivy_transport_init(), and update_dl_status().