PX4 Firmware
PX4 Autopilot Software http://px4.io
RCTest.cpp File Reference
#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>
Include dependency graph for RCTest.cpp:

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[])
 

Macro Definition Documentation

◆ DSM_DEBUG

#define DSM_DEBUG

Definition at line 11 of file RCTest.cpp.

◆ TEST_DATA_PATH

#define TEST_DATA_PATH   "/fs/microsd"

Function Documentation

◆ rc_tests_main()

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

Referenced by RCTest::sumdTest().

Here is the caller graph for this function: