|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "hrt_test.h"#include <stdio.h>#include <string.h>#include <sched.h>#include <px4_platform_common/log.h>#include <px4_platform_common/app.h>#include <px4_platform_common/tasks.h>Go to the source code of this file.
Functions | |
| __EXPORT int | hrt_test_main (int argc, char *argv[]) |
Variables | |
| static int | daemon_task |
| int hrt_test_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 52 of file hrt_test_start.cpp.
References HRTTest::appState, daemon_task, and PX4_MAIN().
|
static |
Definition at line 49 of file hrt_test_start.cpp.
Referenced by hrt_test_main().