Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Data Structures | |
struct | BoozDatedSensor |
struct | BoozDatedSensor_Single |
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) |
struct BoozDatedSensor |
Definition at line 7 of file nps_sensors_utils.h.
Data Fields | ||
---|---|---|
double | time | |
struct DoubleVect3 * | value |
struct BoozDatedSensor_Single |
Definition at line 12 of file nps_sensors_utils.h.
Data Fields | ||
---|---|---|
double | time | |
double * | value |
void UpdateSensorLatency | ( | double | time, |
gpointer | cur_reading, | ||
GSList ** | history, | ||
double | latency, | ||
gpointer | sensor_reading | ||
) |
Definition at line 11 of file nps_sensors_utils.c.
References g_memdup2, last, time, BoozDatedSensor::time, BoozDatedSensor::value, and VECT3_COPY.
Referenced by nps_sensor_gps_run_step().
void UpdateSensorLatency_Single | ( | double | time, |
gpointer | cur_reading, | ||
GSList ** | history, | ||
double | latency, | ||
gpointer | sensor_reading | ||
) |
Definition at line 32 of file nps_sensors_utils.c.
References g_memdup2, last, time, BoozDatedSensor_Single::time, and BoozDatedSensor_Single::value.
Referenced by nps_sensor_gps_run_step().