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