PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Send shell commands to qurt. More...
#include "qshell.h"
#include <px4_platform_common/log.h>
#include <px4_platform_common/app.h>
#include <px4_platform_common/tasks.h>
#include <stdio.h>
#include <string.h>
#include <sched.h>
#include <cstdlib>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
__EXPORT int | qshell_main (int argc, char *argv[]) |
static void | usage () |
Send shell commands to qurt.
Definition in file qshell_start_posix.cpp.
int qshell_main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 60 of file qshell_start_posix.cpp.
References QShell::main(), and usage().
|
static |
Definition at line 56 of file qshell_start_posix.cpp.
Referenced by qshell_main().