include/ecrt.h
changeset 1600 e36c92cf58a9
parent 1585 1f640e321ee4
child 1611 7c49cd56f96f
--- a/include/ecrt.h	Tue Dec 15 10:53:28 2009 +0100
+++ b/include/ecrt.h	Tue Dec 15 10:55:36 2009 +0100
@@ -699,12 +699,12 @@
         );
 
 
-/** Set max. number of databytes in a cycle
- *
- */
-int ecrt_master_set_max_cycle_size(
+/** Set interval between calls to ecrt_master_send
+ *
+ */
+int ecrt_master_set_send_interval(
         ec_master_t *master, /**< EtherCAT master. */
-        size_t max_cycle_data_size /**< Max. number of databytes in a cycle */
+		size_t send_interval /**< Send interval in us */
         );
 
 /** Sends all datagrams in the queue.