IgH EtherCAT Master  1.6.9
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 136 of file master.h.

Field Documentation

◆ timeouts

unsigned int ec_stats_t::timeouts

datagram timeouts

Definition at line 137 of file master.h.

◆ corrupted

unsigned int ec_stats_t::corrupted

corrupted frames

Definition at line 138 of file master.h.

◆ unmatched

unsigned int ec_stats_t::unmatched

unmatched datagrams (received, but not queued any longer)

Definition at line 139 of file master.h.

◆ output_jiffies

unsigned long ec_stats_t::output_jiffies

time of last output

Definition at line 141 of file master.h.