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

Go to the source code of this file.

Functions

__EXPORT int muorb_test_main (int argc, char *argv[])
 
static void usage ()
 

Variables

static int daemon_task
 

Function Documentation

◆ muorb_test_main()

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

Definition at line 58 of file muorb_test_start_posix.cpp.

References MuorbTestExample::appState, daemon_task, PX4_MAIN(), and usage().

Here is the call graph for this function:

◆ usage()

static void usage ( void  )
static

Definition at line 54 of file muorb_test_start_posix.cpp.

Referenced by muorb_test_main().

Here is the caller graph for this function:

Variable Documentation

◆ daemon_task

int daemon_task
static

Definition at line 48 of file muorb_test_start_posix.cpp.

Referenced by muorb_test_main().