PX4 Firmware
PX4 Autopilot Software http://px4.io
qshell_start_posix.cpp File Reference

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>
Include dependency graph for qshell_start_posix.cpp:

Go to the source code of this file.

Functions

__EXPORT int qshell_main (int argc, char *argv[])
 
static void usage ()
 

Detailed Description

Send shell commands to qurt.

Author
Nicolas de Palezieux ndepa.nosp@m.l@gm.nosp@m.ail.c.nosp@m.om

Definition in file qshell_start_posix.cpp.

Function Documentation

◆ qshell_main()

int qshell_main ( int  argc,
char *  argv[] 
)

Definition at line 60 of file qshell_start_posix.cpp.

References QShell::main(), and usage().

Here is the call graph for this function:

◆ usage()

static void usage ( void  )
static

Definition at line 56 of file qshell_start_posix.cpp.

Referenced by qshell_main().

Here is the caller graph for this function: