Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
nps_sensors_utils.c File Reference
+ Include dependency graph for nps_sensors_utils.c:

Go to the source code of this file.

Functions

void UpdateSensorLatency (double time, gpointer cur_reading, GSList **history, double latency, gpointer sensor_reading)
 
void UpdateSensorLatency_Single (double time, gpointer cur_reading, GSList **history, double latency, gpointer sensor_reading)
 

Function Documentation

void UpdateSensorLatency ( double  time,
gpointer  cur_reading,
GSList **  history,
double  latency,
gpointer  sensor_reading 
)

Definition at line 6 of file nps_sensors_utils.c.

References BoozDatedSensor::time, BoozDatedSensor::value, and VECT3_COPY.

Referenced by nps_sensor_gps_run_step().

+ Here is the caller graph for this function:

void UpdateSensorLatency_Single ( double  time,
gpointer  cur_reading,
GSList **  history,
double  latency,
gpointer  sensor_reading 
)

Definition at line 27 of file nps_sensors_utils.c.

References BoozDatedSensor_Single::time, and BoozDatedSensor_Single::value.

Referenced by nps_sensor_gps_run_step().

+ Here is the caller graph for this function: