#include <AP_HAL/AP_HAL.h>
#include "AP_HAL_SITL.h"
#include "AP_HAL_SITL_Namespace.h"
#include "HAL_SITL_Class.h"
#include <AP_Math/AP_Math.h>
#include <SITL/SITL.h>
#include "Scheduler.h"
#include "UARTDriver.h"
#include <AP_GPS/AP_GPS.h>
#include <AP_GPS/AP_GPS_UBLOX.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <time.h>
#include <stdio.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
Go to the source code of this file.
|
static void | simulation_timeval (struct timeval *tv) |
|
static void | gps_time (uint16_t *time_week, uint32_t *time_week_ms) |
|
static void | swap_uint32 (uint32_t *v, uint8_t n) |
|
static void | mtk_checksum (const uint8_t *data, uint8_t n, uint8_t *ck_a, uint8_t *ck_b) |
|
◆ CRC32_POLYNOMIAL
#define CRC32_POLYNOMIAL 0xEDB88320L |
◆ gps_time()
static void gps_time |
( |
uint16_t * |
time_week, |
|
|
uint32_t * |
time_week_ms |
|
) |
| |
|
static |
◆ mtk_checksum()
static void mtk_checksum |
( |
const uint8_t * |
data, |
|
|
uint8_t |
n, |
|
|
uint8_t * |
ck_a, |
|
|
uint8_t * |
ck_b |
|
) |
| |
|
static |
◆ simulation_timeval()
static void simulation_timeval |
( |
struct timeval * |
tv | ) |
|
|
static |
◆ swap_uint32()
static void swap_uint32 |
( |
uint32_t * |
v, |
|
|
uint8_t |
n |
|
) |
| |
|
static |
◆ gps2_state
◆ gps_delay
◆ gps_state
◆ hal
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
Definition at line 14 of file AC_PID_test.cpp.
◆ next_gps_index