|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Callout record. More...
#include <drv_hrt.h>
Public Attributes | |
| struct sq_entry_s | link |
| hrt_abstime | deadline |
| hrt_abstime | period |
| hrt_callout | callout |
| void * | arg |
| void* hrt_call::arg |
Definition at line 78 of file drv_hrt.h.
Referenced by hrt_elapsed_time(), and TEST_PPM::loops().
| hrt_callout hrt_call::callout |
Definition at line 77 of file drv_hrt.h.
Referenced by hrt_elapsed_time().
| hrt_abstime hrt_call::deadline |
| hrt_abstime hrt_call::period |