PX4 Firmware
PX4 Autopilot Software http://px4.io
qshell_retval_s Struct Reference

#include <qshell_retval.h>

Collaboration diagram for qshell_retval_s:

Public Attributes

uint64_t timestamp
 
int32_t return_value
 
uint32_t return_sequence
 

Detailed Description

Definition at line 51 of file qshell_retval.h.

Member Data Documentation

◆ return_sequence

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().

◆ return_value

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().

◆ timestamp

uint64_t qshell_retval_s::timestamp

Definition at line 53 of file qshell_retval.h.


The documentation for this struct was generated from the following file: