Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
rpm_sensor.c File Reference
+ Include dependency graph for rpm_sensor.c:

Go to the source code of this file.

Macros

#define RPM_FILTER_TAU   RPM_SENSOR_PERIODIC_PERIOD
 

Functions

static void rpm_sensor_send_motor (struct transport_tx *trans, struct link_device *dev)
 
void rpm_sensor_init (void)
 
void rpm_sensor_periodic (void)
 
uint16_t rpm_sensor_get_rpm (void)
 

Variables

static struct FirstOrderLowPass rpm_lp
 
uint16_t rpm
 

Detailed Description

Author
Freek van Tienen freek.nosp@m..v.t.nosp@m.ienen.nosp@m.@gma.nosp@m.il.co.nosp@m.m RPM sensor based on time difference between pulses

Definition in file rpm_sensor.c.

Macro Definition Documentation

#define RPM_FILTER_TAU   RPM_SENSOR_PERIODIC_PERIOD

Definition at line 36 of file rpm_sensor.c.

Referenced by rpm_sensor_init().

Function Documentation

uint16_t rpm_sensor_get_rpm ( void  )

Definition at line 68 of file rpm_sensor.c.

References get_pwm_input_period_in_usec(), and RPM_PULSE_PER_RND.

Referenced by rpm_sensor_periodic(), and stabilization_attitude_run().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void rpm_sensor_init ( void  )

Definition at line 50 of file rpm_sensor.c.

References DefaultPeriodic, init_first_order_low_pass(), register_periodic_telemetry(), rpm, RPM_FILTER_TAU, rpm_lp, and rpm_sensor_send_motor().

+ Here is the call graph for this function:

void rpm_sensor_periodic ( void  )

Definition at line 61 of file rpm_sensor.c.

References rpm, rpm_lp, rpm_sensor_get_rpm(), RPM_SENSOR_ID, and update_first_order_low_pass().

+ Here is the call graph for this function:

static void rpm_sensor_send_motor ( struct transport_tx *  trans,
struct link_device *  dev 
)
static

Definition at line 43 of file rpm_sensor.c.

References Electrical::current, electrical, and rpm.

Referenced by rpm_sensor_init().

+ Here is the caller graph for this function:

Variable Documentation

uint16_t rpm

Definition at line 33 of file rpm_sensor.c.

Referenced by rpm_sensor_init(), rpm_sensor_periodic(), and rpm_sensor_send_motor().

struct FirstOrderLowPass rpm_lp
static

Definition at line 32 of file rpm_sensor.c.

Referenced by rpm_sensor_init(), and rpm_sensor_periodic().