|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "nps_sensor_gps.h"#include <stdio.h>#include "generated/airframe.h"#include "nps_fdm.h"#include "nps_random.h"#include "nps_sensors_utils.h"#include "nps_sensors.h"
Include dependency graph for nps_sensor_gps.c:Go to the source code of this file.
Functions | |
| void | nps_sensor_gps_init (struct NpsSensorGps *gps, double time) |
| void | nps_sensor_gps_run_step (struct NpsSensorGps *gps, double time) |
| void nps_sensor_gps_init | ( | struct NpsSensorGps * | gps, |
| double | time | ||
| ) |
Definition at line 10 of file nps_sensor_gps.c.
References GpsState::ecef_pos, GpsState::ecef_vel, FALSE, FLOAT_VECT3_ZERO, foo, gps, GpsState::hmsl, time, and VECT3_ASSIGN.
Referenced by nps_sensors_init().
Here is the caller graph for this function:| void nps_sensor_gps_run_step | ( | struct NpsSensorGps * | gps, |
| double | time | ||
| ) |
Definition at line 39 of file nps_sensor_gps.c.
References double_vect3_add_gaussian_noise(), double_vect3_update_random_walk(), NpsFdm::ecef_ecef_vel, GpsState::ecef_pos, NpsFdm::ecef_pos, GpsState::ecef_vel, fdm, foo, gps, GpsState::hmsl, NpsFdm::hmsl, lla_of_ecef_d(), GpsState::lla_pos, time, TRUE, UpdateSensorLatency(), UpdateSensorLatency_Single(), VECT3_ADD, and VECT3_COPY.
Referenced by nps_sensors_run_step().
Here is the call graph for this function:
Here is the caller graph for this function: