master/master.h
branchstable-1.3
changeset 1746 72e7507b3f1b
parent 1745 07fd94c5119d
equal deleted inserted replaced
1745:07fd94c5119d 1746:72e7507b3f1b
   130 
   130 
   131     struct list_head domains; /**< list of domains */
   131     struct list_head domains; /**< list of domains */
   132 
   132 
   133     int debug_level; /**< master debug level */
   133     int debug_level; /**< master debug level */
   134     ec_stats_t stats; /**< cyclic statistics */
   134     ec_stats_t stats; /**< cyclic statistics */
   135     unsigned int pdo_slaves_offline; /** number of slaves, for which PDOs
   135     unsigned int pdo_slaves_offline; /**< number of slaves, for which PDOs
   136                                        were registered and that are offline
   136                                        were registered and that are offline
   137                                        (used for bus status) */
   137                                        (used for bus status) */
   138     unsigned int frames_timed_out; /**< there were frame timeouts in the last
   138     unsigned int frames_timed_out; /**< there were frame timeouts in the last
   139                                      call to ecrt_master_receive() */
   139                                      call to ecrt_master_receive() */
   140 
   140