Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "std.h"
Go to the source code of this file.
Data Structures | |
struct | logger_uart_data_struct |
Macros | |
#define | PACKED __attribute__((__packed__)) |
Functions | |
void | logger_uart_init (void) |
void | logger_uart_periodic (void) |
struct logger_uart_data_struct |
#define PACKED __attribute__((__packed__)) |
Definition at line 31 of file logger_uart.h.
void logger_uart_init | ( | void | ) |
Definition at line 32 of file logger_uart.c.
References logger_uart_data_struct::id, and logger_uart_data.
void logger_uart_periodic | ( | void | ) |
Definition at line 37 of file logger_uart.c.
References logger_uart_data_struct::acc_x, logger_uart_data_struct::acc_y, logger_uart_data_struct::acc_z, logger_uart_parse::crc, logger_uart_data_struct::gyro_p, logger_uart_data_struct::gyro_q, logger_uart_data_struct::gyro_r, logger_uart_data_struct::id, imu, LED_OFF, LED_ON, logger_uart_data, p, FloatEulers::phi, logger_uart_data_struct::phi, FloatEulers::psi, logger_uart_data_struct::psi, logger_uart_data_struct::start, stateGetNedToBodyEulers_f(), FloatEulers::theta, and logger_uart_data_struct::theta.