|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Example for Linux. More...
#include <px4_platform_common/log.h>#include <px4_platform_common/app.h>#include <px4_platform_common/init.h>#include "hello_example.h"#include <stdio.h>Go to the source code of this file.
Functions | |
| int | PX4_MAIN (int argc, char **argv) |
Example for Linux.
Definition in file hello_main.cpp.
| int PX4_MAIN | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 46 of file hello_main.cpp.
References ToneAlarmInterface::init(), and HelloExample::main().
Referenced by cdev_test_main(), hello_main(), hrt_test_main(), and muorb_test_main().