IgH EtherCAT Master  1.5.3
ec_master_info_t Struct Reference

Master information. More...

Data Fields

unsigned int slave_count
 Number of slaves in the bus. More...
 
unsigned int link_up: 1
 true, if the network link is up. More...
 
uint8_t scan_busy
 true, while the master is scanning the bus
 
uint64_t app_time
 Application time. More...
 

Detailed Description

Master information.

This is used as an output parameter of ecrt_master().

See also
ecrt_master().

Definition at line 357 of file ecrt.h.

Field Documentation

◆ slave_count

unsigned int ec_master_info_t::slave_count

Number of slaves in the bus.

Definition at line 358 of file ecrt.h.

◆ link_up

unsigned int ec_master_info_t::link_up

true, if the network link is up.

Definition at line 359 of file ecrt.h.

◆ app_time

uint64_t ec_master_info_t::app_time

Application time.

Definition at line 361 of file ecrt.h.