42 #include <px4_platform_common/log.h> 43 #include <px4_platform_common/app.h> 44 #include <px4_platform_common/tasks.h> 59 PX4_DEBUG(
"qshell entry.....");
69 PX4_INFO(
"usage: qshell {start|stop|status}");
78 if (!strcmp(argv[1],
"start")) {
81 PX4_INFO(
"already running");
86 PX4_DEBUG(
"before starting the qshell_entry task");
90 SCHED_PRIORITY_MAX - 5,
98 if (!strcmp(argv[1],
"stop")) {
103 if (!strcmp(argv[1],
"status")) {
105 PX4_INFO(
"is running");
108 PX4_INFO(
"not started");
int qshell_entry(int argc, char **argv)
static px4::AppState appState
int main(std::vector< std::string > argList)
__EXPORT int qshell_main(int argc, char *argv[])