APM:Libraries
|
#include <Scheduler.h>
Public Member Functions | |
Scheduler () | |
void | init () |
void | delay (uint16_t ms) |
void | delay_microseconds (uint16_t us) |
void | register_timer_process (AP_HAL::MemberProc) |
void | register_io_process (AP_HAL::MemberProc) |
void | suspend_timer_procs () |
void | resume_timer_procs () |
void | register_timer_failsafe (AP_HAL::Proc, uint32_t period_us) |
void | system_initialized () |
void | reboot (bool hold_in_bootloader) |
![]() | |
Scheduler () | |
virtual void | delay_microseconds_boost (uint16_t us) |
virtual void | boost_end (void) |
virtual void | register_delay_callback (AP_HAL::Proc, uint16_t min_time_ms) |
virtual bool | in_delay_callback () const |
virtual void | stop_clock (uint64_t time_usec) |
virtual bool | in_main_thread () const =0 |
virtual void | create_uavcan_thread () |
virtual void * | disable_interrupts_save (void) |
virtual void | restore_interrupts (void *) |
virtual void | call_delay_cb () |
Additional Inherited Members | |
![]() | |
uint16_t | _min_delay_cb_ms |
Definition at line 5 of file Scheduler.h.
Scheduler::Scheduler | ( | ) |
Definition at line 10 of file Scheduler.cpp.
|
virtual |
Implements AP_HAL::Scheduler.
Definition at line 16 of file Scheduler.cpp.
|
virtual |
Implements AP_HAL::Scheduler.
Definition at line 19 of file Scheduler.cpp.
|
virtual |
Implements AP_HAL::Scheduler.
Definition at line 13 of file Scheduler.cpp.
|
virtual |
Implements AP_HAL::Scheduler.
Definition at line 40 of file Scheduler.cpp.
|
virtual |
Implements AP_HAL::Scheduler.
Definition at line 25 of file Scheduler.cpp.
|
virtual |
Implements AP_HAL::Scheduler.
Definition at line 28 of file Scheduler.cpp.
|
virtual |
Implements AP_HAL::Scheduler.
Definition at line 22 of file Scheduler.cpp.
|
virtual |
Implements AP_HAL::Scheduler.
Definition at line 34 of file Scheduler.cpp.
|
virtual |
Implements AP_HAL::Scheduler.
Definition at line 31 of file Scheduler.cpp.
|
virtual |
Implements AP_HAL::Scheduler.
Definition at line 37 of file Scheduler.cpp.