|
APM:Libraries
|
#include <stdarg.h>#include <stdio.h>#include <sys/time.h>#include <unistd.h>#include <AP_Common/AP_Common.h>#include <AP_HAL/AP_HAL.h>#include <AP_HAL/system.h>#include <AP_HAL_Linux/Scheduler.h>Go to the source code of this file.
Namespaces | |
| AP_HAL | |
Functions | |
| void | AP_HAL::init () |
| Generic board initialization function. More... | |
| void | AP_HAL::panic (const char *errormsg,...) FMT_PRINTF(1 |
| uint32_t | AP_HAL::micros () |
| uint32_t | AP_HAL::millis () |
| uint64_t | AP_HAL::micros64 () |
| uint64_t | AP_HAL::millis64 () |
Variables | |
| const AP_HAL::HAL & | hal |
| -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
| struct { | |
| struct timespec AP_HAL::start_time | |
| } | AP_HAL::state |
| const AP_HAL::HAL& hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
Definition at line 14 of file AC_PID_test.cpp.
1.8.13