|
APM:Libraries
|
#include <stdarg.h>#include <stdio.h>#include <drivers/drv_hrt.h>#include <AP_HAL/AP_HAL.h>#include <AP_HAL/system.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... | |
| bool | _px4_thread_should_exit |
| bool _px4_thread_should_exit |
Daemon exit flag
Definition at line 118 of file HAL_PX4_Class.cpp.
| 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