IgH EtherCAT Master  1.5.3
ec_flag_t Struct Reference

Slave configutation feature flag. More...

Data Fields

struct list_head list
 List item. More...
 
char * key
 Flag key (null-terminated ASCII string. More...
 
int32_t value
 Flag value (meaning depends on key). More...
 

Detailed Description

Slave configutation feature flag.

Definition at line 38 of file flag.h.

Field Documentation

◆ list

struct list_head ec_flag_t::list

List item.

Definition at line 39 of file flag.h.

◆ key

char* ec_flag_t::key

Flag key (null-terminated ASCII string.

Definition at line 40 of file flag.h.

◆ value

int32_t ec_flag_t::value

Flag value (meaning depends on key).

Definition at line 41 of file flag.h.