PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "hello_example.h"
#include <px4_platform_common/log.h>
#include <px4_platform_common/app.h>
#include <px4_platform_common/tasks.h>
#include <stdio.h>
#include <string.h>
#include <sched.h>
Go to the source code of this file.
Functions | |
__EXPORT int | hello_main (int argc, char *argv[]) |
static void | usage () |
Variables | |
static int | daemon_task |
int hello_main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 58 of file hello_start_qurt.cpp.
References HelloExample::appState, daemon_task, PX4_MAIN(), and usage().
|
static |
Definition at line 54 of file hello_start_qurt.cpp.
Referenced by hello_main().
|
static |
Definition at line 48 of file hello_start_qurt.cpp.
Referenced by hello_main().