master/master.h
changeset 106 d6679c77ad3f
parent 98 f564d0929292
child 130 69c2645300ee
equal deleted inserted replaced
105:fad6709a526f 106:d6679c77ad3f
    50     struct list_head commands; /**< Kommando-Liste */
    50     struct list_head commands; /**< Kommando-Liste */
    51     uint8_t command_index; /**< Aktueller Kommando-Index */
    51     uint8_t command_index; /**< Aktueller Kommando-Index */
    52     struct list_head domains; /**< Liste der Prozessdatendomänen */
    52     struct list_head domains; /**< Liste der Prozessdatendomänen */
    53     int debug_level; /**< Debug-Level im Master-Code */
    53     int debug_level; /**< Debug-Level im Master-Code */
    54     ec_stats_t stats; /**< Rahmen-Statistiken */
    54     ec_stats_t stats; /**< Rahmen-Statistiken */
       
    55     unsigned int timeout; /**< Timeout für synchronen Datenaustausch */
    55 };
    56 };
    56 
    57 
    57 /*****************************************************************************/
    58 /*****************************************************************************/
    58 
    59 
    59 // Master creation and deletion
    60 // Master creation and deletion