include/ecrt.h
changeset 1586 eb9185dfa8ac
parent 1585 1f640e321ee4
child 1594 2019bec460ad
child 1600 e36c92cf58a9
equal deleted inserted replaced
1581:e51cf2af3ff9 1586:eb9185dfa8ac
   696  */
   696  */
   697 void ecrt_master_deactivate(
   697 void ecrt_master_deactivate(
   698         ec_master_t *master /**< EtherCAT master. */
   698         ec_master_t *master /**< EtherCAT master. */
   699         );
   699         );
   700 
   700 
       
   701 
       
   702 /** Set max. number of databytes in a cycle
       
   703  *
       
   704  */
       
   705 int ecrt_master_set_max_cycle_size(
       
   706         ec_master_t *master, /**< EtherCAT master. */
       
   707         size_t max_cycle_data_size /**< Max. number of databytes in a cycle */
       
   708         );
       
   709 
   701 /** Sends all datagrams in the queue.
   710 /** Sends all datagrams in the queue.
   702  *
   711  *
   703  * This method takes all datagrams, that have been queued for transmission,
   712  * This method takes all datagrams, that have been queued for transmission,
   704  * puts them into frames, and passes them to the Ethernet device for sending.
   713  * puts them into frames, and passes them to the Ethernet device for sending.
   705  *
   714  *