PX4 Firmware
PX4 Autopilot Software http://px4.io
uORB::DeviceMaster::DeviceNodeStatisticsData Struct Reference
Collaboration diagram for uORB::DeviceMaster::DeviceNodeStatisticsData:

Public Attributes

DeviceNodenode
 
uint32_t last_lost_msg_count
 
unsigned int last_pub_msg_count
 
uint32_t lost_msg_delta
 
unsigned int pub_msg_delta
 
DeviceNodeStatisticsDatanext = nullptr
 

Detailed Description

Definition at line 92 of file uORBDeviceMaster.hpp.

Member Data Documentation

◆ last_lost_msg_count

uint32_t uORB::DeviceMaster::DeviceNodeStatisticsData::last_lost_msg_count

◆ last_pub_msg_count

unsigned int uORB::DeviceMaster::DeviceNodeStatisticsData::last_pub_msg_count

◆ lost_msg_delta

uint32_t uORB::DeviceMaster::DeviceNodeStatisticsData::lost_msg_delta

Definition at line 96 of file uORBDeviceMaster.hpp.

Referenced by uORB::DeviceMaster::showTop().

◆ next

DeviceNodeStatisticsData* uORB::DeviceMaster::DeviceNodeStatisticsData::next = nullptr

◆ node

DeviceNode* uORB::DeviceMaster::DeviceNodeStatisticsData::node

◆ pub_msg_delta

unsigned int uORB::DeviceMaster::DeviceNodeStatisticsData::pub_msg_delta

Definition at line 97 of file uORBDeviceMaster.hpp.

Referenced by uORB::DeviceMaster::showTop().


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