PX4 Firmware
PX4 Autopilot Software http://px4.io
nshterm.c File Reference
#include <px4_platform_common/px4_config.h>
#include <termios.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdarg.h>
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
#include <nshlib/nshlib.h>
#include <fcntl.h>
#include <systemlib/err.h>
#include <drivers/drv_hrt.h>
Include dependency graph for nshterm.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ nshterm_main()

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

Definition at line 58 of file nshterm.c.

References fd, hrt_absolute_time(), OK, and warnx.

Here is the call graph for this function: