Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
meteo_france_DAQ.h File Reference

Communication module with the Data Acquisition board from Meteo France. More...

#include "std.h"
#include "mcu_periph/gpio.h"
#include "generated/airframe.h"
+ Include dependency graph for meteo_france_DAQ.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  MF_DAQ
 

Macros

#define MF_DAQ_SIZE   32
 
#define meteo_france_DAQ_SetPower(_x)   {}
 

Functions

void init_mf_daq (void)
 
void mf_daq_send_state (void)
 
void mf_daq_send_report (void)
 
void parse_mf_daq_msg (void)
 

Variables

struct MF_DAQ mf_daq
 

Detailed Description

Communication module with the Data Acquisition board from Meteo France.

DAQ board sends measurments to the AP AP sends periodic report to the ground, store data on SD card and sends A/C state to DAQ board

Definition in file meteo_france_DAQ.h.


Data Structure Documentation

struct MF_DAQ

Definition at line 43 of file meteo_france_DAQ.h.

Data Fields
uint8_t nb
uint8_t power
float values[MF_DAQ_SIZE]

Macro Definition Documentation

#define meteo_france_DAQ_SetPower (   _x)    {}

Definition at line 63 of file meteo_france_DAQ.h.

Referenced by init_mf_daq().

#define MF_DAQ_SIZE   32

Definition at line 41 of file meteo_france_DAQ.h.

Referenced by parse_mf_daq_msg().

Function Documentation

void init_mf_daq ( void  )

Definition at line 57 of file meteo_france_DAQ.c.

References gpio_setup_output(), log_started, meteo_france_DAQ_SetPower, mf_daq, MF_DAQ_POWER_INIT, MF_DAQ::nb, and MF_DAQ::power.

+ Here is the call graph for this function:

void mf_daq_send_state ( void  )

Variable Documentation

struct MF_DAQ mf_daq

Definition at line 46 of file meteo_france_DAQ.c.

Referenced by init_mf_daq(), mf_daq_send_report(), and parse_mf_daq_msg().