40 #include <px4_platform_common/log.h> 41 #include <px4_platform_common/app.h> 42 #include <px4_platform_common/init.h> 43 #include <px4_platform_common/tasks.h> 58 PX4_INFO(
"muorb_test entry.....");
68 PX4_DEBUG(
"usage: muorb_test {start|stop|status}");
77 if (!strcmp(argv[1],
"start")) {
80 PX4_DEBUG(
"already running");
85 PX4_INFO(
"before starting the muorb_test_entry task");
89 SCHED_PRIORITY_MAX - 5,
97 if (!strcmp(argv[1],
"stop")) {
102 if (!strcmp(argv[1],
"status")) {
104 PX4_DEBUG(
"is running");
107 PX4_DEBUG(
"not started");
__EXPORT int muorb_test_main(int argc, char *argv[])
static px4::AppState appState
int muorb_test_entry(int argc, char **argv)