PX4 Firmware
PX4 Autopilot Software http://px4.io
px4::bst::BSTPacket< T > Struct Template Reference
Collaboration diagram for px4::bst::BSTPacket< T >:

Public Attributes

uint8_t length
 
uint8_t type
 
payload
 
uint8_t crc
 

Detailed Description

template<typename T>
struct px4::bst::BSTPacket< T >

Definition at line 70 of file bst.cpp.

Member Data Documentation

◆ crc

template<typename T>
uint8_t px4::bst::BSTPacket< T >::crc

Definition at line 74 of file bst.cpp.

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

◆ length

template<typename T>
uint8_t px4::bst::BSTPacket< T >::length

Definition at line 71 of file bst.cpp.

Referenced by px4::bst::BST::probe(), and px4::bst::BST::send_packet().

◆ payload

template<typename T>
T px4::bst::BSTPacket< T >::payload

Definition at line 73 of file bst.cpp.

Referenced by px4::bst::BST::probe(), and px4::bst::BST::Run().

◆ type

template<typename T>
uint8_t px4::bst::BSTPacket< T >::type

Definition at line 72 of file bst.cpp.

Referenced by px4::bst::BST::probe(), px4::bst::BST::Run(), and px4::bst::BST::send_packet().


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