PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <qshell_retval.h>
Public Attributes | |
uint64_t | timestamp |
int32_t | return_value |
uint32_t | return_sequence |
Definition at line 51 of file qshell_retval.h.
uint32_t qshell_retval_s::return_sequence |
Definition at line 55 of file qshell_retval.h.
Referenced by QShell::_wait_for_retval(), and QShell::main().
int32_t qshell_retval_s::return_value |
Definition at line 54 of file qshell_retval.h.
Referenced by QShell::_wait_for_retval(), and QShell::main().
uint64_t qshell_retval_s::timestamp |
Definition at line 53 of file qshell_retval.h.