IgH EtherCAT Master  1.5.2
ec_sii_image_t Struct Reference

Complete slave information interface data image. More...

Data Fields

struct list_head list
 List item. More...
 
uint16_t * words
 
size_t nwords
 Size of the SII contents in words. More...
 
ec_sii_t sii
 Extracted SII data. More...
 

Detailed Description

Complete slave information interface data image.

Definition at line 201 of file slave.h.

Field Documentation

◆ list

struct list_head ec_sii_image_t::list

List item.

Definition at line 202 of file slave.h.

◆ nwords

size_t ec_sii_image_t::nwords

Size of the SII contents in words.

Definition at line 205 of file slave.h.

◆ sii

ec_sii_t ec_sii_image_t::sii

Extracted SII data.

Definition at line 207 of file slave.h.