PX4 Firmware
PX4 Autopilot Software http://px4.io
px4::bst::BSTDeviceInfoReply Struct Reference
Collaboration diagram for px4::bst::BSTDeviceInfoReply:

Public Attributes

uint32_t hw_id
 
uint16_t fw_id
 
uint8_t dev_name_len
 
char dev_name [32]
 

Detailed Description

Definition at line 81 of file bst.cpp.

Member Data Documentation

◆ dev_name

char px4::bst::BSTDeviceInfoReply::dev_name[32]

Definition at line 85 of file bst.cpp.

Referenced by px4::bst::BST::probe().

◆ dev_name_len

uint8_t px4::bst::BSTDeviceInfoReply::dev_name_len

Definition at line 84 of file bst.cpp.

Referenced by px4::bst::BST::probe().

◆ fw_id

uint16_t px4::bst::BSTDeviceInfoReply::fw_id

Definition at line 83 of file bst.cpp.

Referenced by px4::bst::BST::probe().

◆ hw_id

uint32_t px4::bst::BSTDeviceInfoReply::hw_id

Definition at line 82 of file bst.cpp.

Referenced by px4::bst::BST::probe().


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