|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <qshell_req.h>
Public Attributes | |
| uint64_t | timestamp |
| uint32_t | strlen |
| uint32_t | request_sequence |
| char | cmd [100] |
| uint8_t | _padding0 [4] |
Definition at line 52 of file qshell_req.h.
| uint8_t qshell_req_s::_padding0[4] |
Definition at line 58 of file qshell_req.h.
| char qshell_req_s::cmd[100] |
Definition at line 57 of file qshell_req.h.
Referenced by QShell::_send_cmd(), and QShell::main().
| uint32_t qshell_req_s::request_sequence |
Definition at line 56 of file qshell_req.h.
Referenced by QShell::_send_cmd(), and QShell::main().
| uint32_t qshell_req_s::strlen |
Definition at line 55 of file qshell_req.h.
Referenced by QShell::_send_cmd(), and QShell::main().
| uint64_t qshell_req_s::timestamp |
Definition at line 54 of file qshell_req.h.