PX4 Firmware
PX4 Autopilot Software http://px4.io
test_uart_console.c File Reference
#include <px4_platform_common/px4_config.h>
#include <px4_platform_common/tasks.h>
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <arch/board/board.h>
#include "tests_main.h"
#include <math.h>
#include <float.h>
#include <drivers/drv_hrt.h>
Include dependency graph for test_uart_console.c:

Go to the source code of this file.

Functions

static void * receive_loop (void *arg)
 
int test_uart_console (int argc, char *argv[])
 

Function Documentation

◆ receive_loop()

static void* receive_loop ( void *  arg)
static

Definition at line 61 of file test_uart_console.c.

References read().

Referenced by test_uart_console().

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

◆ test_uart_console()

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

Definition at line 75 of file test_uart_console.c.

References receive_loop(), and write().

Here is the call graph for this function: