PX4 Firmware
PX4 Autopilot Software http://px4.io
hrt_test_start.cpp File Reference
#include "hrt_test.h"
#include <stdio.h>
#include <string.h>
#include <sched.h>
#include <px4_platform_common/log.h>
#include <px4_platform_common/app.h>
#include <px4_platform_common/tasks.h>
Include dependency graph for hrt_test_start.cpp:

Go to the source code of this file.

Functions

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

Variables

static int daemon_task
 

Function Documentation

◆ hrt_test_main()

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

Definition at line 52 of file hrt_test_start.cpp.

References HRTTest::appState, daemon_task, and PX4_MAIN().

Here is the call graph for this function:

Variable Documentation

◆ daemon_task

int daemon_task
static

Definition at line 49 of file hrt_test_start.cpp.

Referenced by hrt_test_main().