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

Listener for shell commands from posix. 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 dependency graph for qshell_start_qurt.cpp:

Go to the source code of this file.

Functions

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

Variables

static int daemon_task
 

Detailed Description

Listener for shell commands from posix.

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

Definition in file qshell_start_qurt.cpp.

Function Documentation

◆ qshell_entry()

int qshell_entry ( int  argc,
char **  argv 
)

Definition at line 55 of file qshell_start_qurt.cpp.

References QShell::main().

Referenced by qshell_main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qshell_main()

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

Definition at line 71 of file qshell_start_qurt.cpp.

References QShell::appState, daemon_task, qshell_entry(), and usage().

Here is the call graph for this function:

◆ usage()

static void usage ( void  )
static

Definition at line 67 of file qshell_start_qurt.cpp.

Referenced by qshell_main().

Here is the caller graph for this function:

Variable Documentation

◆ daemon_task

int daemon_task
static

Definition at line 49 of file qshell_start_qurt.cpp.

Referenced by qshell_main().