PX4 Firmware
PX4 Autopilot Software http://px4.io
test_hott_telemetry.c File Reference

Tests the Graupner HoTT telemetry support. More...

#include <px4_platform_common/time.h>
#include <px4_platform_common/px4_config.h>
#include <px4_platform_common/defines.h>
#include <px4_platform_common/log.h>
#include <px4_platform_common/posix.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <errno.h>
#include <fcntl.h>
#include <poll.h>
#include <stdio.h>
#include <stdlib.h>
#include <termios.h>
#include <unistd.h>
#include "tests_main.h"
Include dependency graph for test_hott_telemetry.c:

Go to the source code of this file.

Functions

static int open_uart (const char *device)
 
int test_hott_telemetry (int argc, char *argv[])
 

Detailed Description

Tests the Graupner HoTT telemetry support.

Definition in file test_hott_telemetry.c.

Function Documentation

◆ open_uart()

static int open_uart ( const char *  device)
static

Definition at line 58 of file test_hott_telemetry.c.

Referenced by test_hott_telemetry().

Here is the caller graph for this function:

◆ test_hott_telemetry()

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

Definition at line 94 of file test_hott_telemetry.c.

References fd, open_uart(), read(), send(), and write().

Here is the call graph for this function: