APM:Libraries
|
Public Member Functions | |
void | setup () |
void | loop () |
Private Member Functions | |
void | ins_update (void) |
void | one_hz_print (void) |
void | five_second_call (void) |
Private Attributes | |
AP_InertialSensor | ins |
AP_Scheduler | scheduler {nullptr} |
uint32_t | ins_counter |
Static Private Attributes | |
static const AP_Scheduler::Task | scheduler_tasks [] |
Definition at line 16 of file Scheduler_test.cpp.
|
private |
|
private |
void SchedTest::loop | ( | void | ) |
Definition at line 62 of file Scheduler_test.cpp.
Referenced by five_second_call(), and loop().
|
private |
void SchedTest::setup | ( | void | ) |
Definition at line 51 of file Scheduler_test.cpp.
Referenced by five_second_call(), and setup().
|
private |
Definition at line 23 of file Scheduler_test.cpp.
Referenced by ins_update(), and setup().
|
private |
Definition at line 26 of file Scheduler_test.cpp.
Referenced by five_second_call(), and ins_update().
|
private |
Definition at line 24 of file Scheduler_test.cpp.
|
staticprivate |
Definition at line 27 of file Scheduler_test.cpp.
Referenced by setup().