PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <unit_test.h>
#include <systemlib/err.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <drivers/drv_hrt.h>
#include <lib/rc/sbus.h>
#include <lib/rc/dsm.h>
#include <lib/rc/st24.h>
#include <lib/rc/sumd.h>
#include <lib/rc/crsf.h>
Go to the source code of this file.
Classes | |
class | RCTest |
Macros | |
#define | DSM_DEBUG |
#define | TEST_DATA_PATH "/fs/microsd" |
Functions | |
__EXPORT int | rc_tests_main (int argc, char *argv[]) |
#define DSM_DEBUG |
Definition at line 11 of file RCTest.cpp.
#define TEST_DATA_PATH "/fs/microsd" |
Definition at line 21 of file RCTest.cpp.
Referenced by RCTest::crsfTest(), RCTest::dsmTest10Ch(), RCTest::dsmTest12Ch(), RCTest::sbus2Test(), RCTest::st24Test(), and RCTest::sumdTest().
__EXPORT int rc_tests_main | ( | int | argc, |
char * | argv[] | ||
) |