|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "modules/sensors/mag_uavcan.h"#include "uavcan/uavcan.h"#include "core/abi.h"#include "uavcan.equipment.ahrs.MagneticFieldStrength.h"#include "uavcan.equipment.ahrs.MagneticFieldStrength2.h"#include "imu/imu.h"#include "modules/datalink/downlink.h"
Include dependency graph for mag_uavcan.c:Go to the source code of this file.
Functions | |
| static void | mag_uavcan_cb (struct uavcan_iface_t *iface, CanardRxTransfer *transfer) |
| static void | mag_uavcan_cb2 (struct uavcan_iface_t *iface, CanardRxTransfer *transfer) |
| void | mag_uavcan_init (void) |
Variables | |
| static uavcan_event | mag_uavcan_ev |
| static uavcan_event | mag_uavcan_ev2 |
| static struct FloatVect3 | default_uavcan_mag_scale = {1,1,1} |
Definition in file mag_uavcan.c.
|
static |
Definition at line 40 of file mag_uavcan.c.
References DefaultChannel, DefaultDevice, foo, get_sys_time_usec(), MAG_UAVCAN_SENDER_ID, msg, transfer(), Int32Vect3::x, Int32Vect3::y, and Int32Vect3::z.
Referenced by mag_uavcan_init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 66 of file mag_uavcan.c.
References DefaultChannel, DefaultDevice, foo, get_sys_time_usec(), msg, transfer(), Int32Vect3::x, Int32Vect3::y, and Int32Vect3::z.
Referenced by mag_uavcan_init().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 94 of file mag_uavcan.c.
References default_uavcan_mag_scale, foo, imu_set_defaults_mag(), int32_rmat_of_eulers, mag_uavcan_cb(), mag_uavcan_cb2(), mag_uavcan_ev, mag_uavcan_ev2, MAG_UAVCAN_SENDER_ID, and uavcan_bind().
Here is the call graph for this function:
|
static |
Definition at line 37 of file mag_uavcan.c.
Referenced by mag_uavcan_init().
|
static |
Definition at line 34 of file mag_uavcan.c.
Referenced by mag_uavcan_init().
|
static |
Definition at line 35 of file mag_uavcan.c.
Referenced by mag_uavcan_init().