PX4 Firmware
PX4 Autopilot Software http://px4.io
uORBFastRpcChannel.cpp File Reference
#include "uORBFastRpcChannel.hpp"
#include <px4_platform_common/log.h>
#include <algorithm>
#include <string.h>
#include <drivers/drv_hrt.h>
Include dependency graph for uORBFastRpcChannel.cpp:

Go to the source code of this file.

Variables

static unsigned long _dropped_pkts
 
static unsigned long _get_min = 0xFFFFFF
 
static unsigned long _get_max = 0
 
static unsigned long _min_q = 200
 
static unsigned long _max_q = 0
 
static unsigned long _avg_q = 0
 
static unsigned long _count = 0
 
static unsigned long _get_bulk_min = 0xFFFFFF
 
static unsigned long _get_bulk_max = 0
 
static unsigned long _bulk_topic_count_min = 0xFFFFFF
 
static unsigned long _bulk_topic_count_max = 0
 

Variable Documentation

◆ _avg_q

unsigned long _avg_q = 0
static

◆ _bulk_topic_count_max

unsigned long _bulk_topic_count_max = 0
static

Definition at line 52 of file uORBFastRpcChannel.cpp.

Referenced by uORB::FastRpcChannel::get_bulk_data().

◆ _bulk_topic_count_min

unsigned long _bulk_topic_count_min = 0xFFFFFF
static

Definition at line 51 of file uORBFastRpcChannel.cpp.

Referenced by uORB::FastRpcChannel::get_bulk_data().

◆ _count

◆ _dropped_pkts

unsigned long _dropped_pkts
static

◆ _get_bulk_max

unsigned long _get_bulk_max = 0
static

Definition at line 50 of file uORBFastRpcChannel.cpp.

Referenced by uORB::FastRpcChannel::get_bulk_data().

◆ _get_bulk_min

unsigned long _get_bulk_min = 0xFFFFFF
static

Definition at line 49 of file uORBFastRpcChannel.cpp.

Referenced by uORB::FastRpcChannel::get_bulk_data().

◆ _get_max

unsigned long _get_max = 0
static

Definition at line 44 of file uORBFastRpcChannel.cpp.

Referenced by uORB::FastRpcChannel::get_data().

◆ _get_min

unsigned long _get_min = 0xFFFFFF
static

Definition at line 43 of file uORBFastRpcChannel.cpp.

Referenced by uORB::FastRpcChannel::get_data().

◆ _max_q

unsigned long _max_q = 0
static

◆ _min_q

unsigned long _min_q = 200
static