PX4 Firmware
PX4 Autopilot Software http://px4.io
HelloExample Class Reference

#include <hello_example.h>

Collaboration diagram for HelloExample:

Public Member Functions

 HelloExample ()
 
 ~HelloExample ()
 
int main ()
 

Static Public Attributes

static px4::AppState appState
 

Detailed Description

Definition at line 44 of file hello_example.h.

Constructor & Destructor Documentation

◆ HelloExample()

HelloExample::HelloExample ( )
inline

Definition at line 47 of file hello_example.h.

◆ ~HelloExample()

HelloExample::~HelloExample ( )
inline

Definition at line 49 of file hello_example.h.

References main().

Here is the call graph for this function:

Member Function Documentation

◆ main()

int HelloExample::main ( )

Definition at line 48 of file hello_example.cpp.

References appState.

Referenced by PX4_MAIN(), and ~HelloExample().

Here is the caller graph for this function:

Member Data Documentation

◆ appState

px4::AppState HelloExample::appState
static

Definition at line 53 of file hello_example.h.

Referenced by hello_main(), and main().


The documentation for this class was generated from the following files: