IgH EtherCAT Master  1.5.2
ec_stats_t Struct Reference

Cyclic statistics. More...

#include <master.h>

Data Fields

unsigned int timeouts
 datagram timeouts
 
unsigned int corrupted
 corrupted frames
 
unsigned int unmatched
 unmatched datagrams (received, but not queued any longer)
 
unsigned long output_jiffies
 time of last output
 

Detailed Description

Cyclic statistics.

Definition at line 143 of file master.h.

Field Documentation

◆ timeouts

unsigned int ec_stats_t::timeouts

datagram timeouts

Definition at line 144 of file master.h.

◆ corrupted

unsigned int ec_stats_t::corrupted

corrupted frames

Definition at line 145 of file master.h.

◆ unmatched

unsigned int ec_stats_t::unmatched

unmatched datagrams (received, but not queued any longer)

Definition at line 146 of file master.h.

◆ output_jiffies

unsigned long ec_stats_t::output_jiffies

time of last output

Definition at line 148 of file master.h.