|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <string.h>#include "uORBManager.hpp"#include "uORB.h"#include "uORBCommon.hpp"#include <px4_platform_common/log.h>#include <px4_platform_common/module.h>Go to the source code of this file.
Functions | |
| __EXPORT int | uorb_main (int argc, char *argv[]) |
| static void | usage () |
Variables | |
| static uORB::DeviceMaster * | g_dev = nullptr |
| int uorb_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 86 of file uORBMain.cpp.
References uORB::Manager::get_device_master(), uORB::Manager::get_instance(), uORB::Manager::initialize(), OK, uORB::DeviceMaster::printStatistics(), uORB::DeviceMaster::showTop(), and usage().
|
static |
Definition at line 46 of file uORBMain.cpp.
Referenced by uorb_main().
|
static |
Definition at line 45 of file uORBMain.cpp.