PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Public Attributes | |
uint8_t | length |
uint8_t | type |
T | payload |
uint8_t | crc |
uint8_t px4::bst::BSTPacket< T >::crc |
Definition at line 74 of file bst.cpp.
Referenced by px4::bst::BST::send_packet().
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().
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().
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().