PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <cdevtest_example.h>
Public Member Functions | |
CDevExample () | |
~CDevExample () | |
int | main () |
Static Public Attributes | |
static px4::AppState | appState |
Private Member Functions | |
int | do_poll (int fd, int timeout, int iterations, int delayms_after_poll) |
Private Attributes | |
CDevNode * | _node |
Definition at line 46 of file cdevtest_example.h.
|
inline |
Definition at line 49 of file cdevtest_example.h.
References main(), and ~CDevExample().
CDevExample::~CDevExample | ( | ) |
Definition at line 186 of file cdevtest_example.cpp.
Referenced by CDevExample().
|
private |
Definition at line 194 of file cdevtest_example.cpp.
References fd, px4_poll(), and px4_read().
int CDevExample::main | ( | ) |
Definition at line 247 of file cdevtest_example.cpp.
References fd, g_exit, px4_close(), px4_open(), TESTDEV, and writer_main().
Referenced by CDevExample(), and PX4_MAIN().
|
private |
Definition at line 60 of file cdevtest_example.h.
|
static |
Definition at line 55 of file cdevtest_example.h.
Referenced by cdev_test_main().