COSA
An Object-Oriented Platform for Arduino Programming
NRF24L01P::observe_tx_t Union Reference

#include <NRF24L01P.hh>

Collaboration diagram for NRF24L01P::observe_tx_t:
Collaboration graph

Public Member Functions

 observe_tx_t (uint8_t value)
 

Public Attributes

uint8_t as_byte
 Byte representation of performance statistics. More...
 
struct {
   uint8_t   arc_cnt:4
 Count retransmitted packets. More...
 
   uint8_t   plos_cnt:4
 Count lost packets. More...
 
}; 
 

Detailed Description

Register OBSERVE_TX data type, performance statistics.

Definition at line 464 of file NRF24L01P.hh.

Constructor & Destructor Documentation

NRF24L01P::observe_tx_t::observe_tx_t ( uint8_t  value)
inline

Construct transmitter performance statistics from register reading.

Parameters
[in]valueregister reading.

Definition at line 476 of file NRF24L01P.hh.

Member Data Documentation

struct { ... }
uint8_t NRF24L01P::observe_tx_t::arc_cnt

Count retransmitted packets.

Definition at line 467 of file NRF24L01P.hh.

uint8_t NRF24L01P::observe_tx_t::as_byte

Byte representation of performance statistics.

Definition at line 465 of file NRF24L01P.hh.

uint8_t NRF24L01P::observe_tx_t::plos_cnt

Count lost packets.

Definition at line 468 of file NRF24L01P.hh.


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