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

#include <qshell_req.h>

Collaboration diagram for qshell_req_s:

Public Attributes

uint64_t timestamp
 
uint32_t strlen
 
uint32_t request_sequence
 
char cmd [100]
 
uint8_t _padding0 [4]
 

Detailed Description

Definition at line 52 of file qshell_req.h.

Member Data Documentation

◆ _padding0

uint8_t qshell_req_s::_padding0[4]

Definition at line 58 of file qshell_req.h.

◆ cmd

char qshell_req_s::cmd[100]

Definition at line 57 of file qshell_req.h.

Referenced by QShell::_send_cmd(), and QShell::main().

◆ request_sequence

uint32_t qshell_req_s::request_sequence

Definition at line 56 of file qshell_req.h.

Referenced by QShell::_send_cmd(), and QShell::main().

◆ strlen

uint32_t qshell_req_s::strlen

Definition at line 55 of file qshell_req.h.

Referenced by QShell::_send_cmd(), and QShell::main().

◆ timestamp

uint64_t qshell_req_s::timestamp

Definition at line 54 of file qshell_req.h.


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