Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
airspeed_uavcan.h File Reference

Airspeed sensor on the uavcan bus. More...

#include "std.h"
+ Include dependency graph for airspeed_uavcan.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  airspeed_uavcan_t
 

Functions

void airspeed_uavcan_init (void)
 
void airspeed_uavcan_autoset_offset (bool set)
 

Variables

struct airspeed_uavcan_t airspeed_uavcan
 

Detailed Description

Airspeed sensor on the uavcan bus.

Definition in file airspeed_uavcan.h.


Data Structure Documentation

◆ airspeed_uavcan_t

struct airspeed_uavcan_t

Definition at line 32 of file airspeed_uavcan.h.

Data Fields
float diff_p Differential pressure.
float diff_p_offset Differential pressure offset.
float diff_p_scale Differential pressure scale.
float temperature Temperature in Celsius.

Function Documentation

◆ airspeed_uavcan_autoset_offset()

void airspeed_uavcan_autoset_offset ( bool  set)

◆ airspeed_uavcan_init()

Variable Documentation

◆ airspeed_uavcan