|
APM:Libraries
|
#include <AP_Param/AP_Param.h>#include <AP_HAL/Util.h>#include <AP_Math/AP_Math.h>#include "PerfInfo.h"#include <AP_HAL/AP_HAL.h>#include <AP_Vehicle/AP_Vehicle.h>Go to the source code of this file.
Classes | |
| class | AP_Scheduler |
| struct | AP_Scheduler::Task |
Macros | |
| #define | AP_SCHEDULER_NAME_INITIALIZER(_name) .name = #_name, |
| #define | SCHED_TASK_CLASS(classname, classptr, func, _rate_hz, _max_time_micros) |
| #define AP_SCHEDULER_NAME_INITIALIZER | ( | _name | ) | .name = #_name, |
Definition at line 28 of file AP_Scheduler.h.
| #define SCHED_TASK_CLASS | ( | classname, | |
| classptr, | |||
| func, | |||
| _rate_hz, | |||
| _max_time_micros | |||
| ) |
Definition at line 33 of file AP_Scheduler.h.
1.8.13