master/globals.h
changeset 1586 eb9185dfa8ac
parent 1539 f16c834600d4
parent 1585 1f640e321ee4
child 1606 6c5849669900
--- a/master/globals.h	Mon Dec 14 13:11:36 2009 +0100
+++ b/master/globals.h	Mon Dec 14 13:25:50 2009 +0100
@@ -48,6 +48,12 @@
 /** Datagram timeout in microseconds. */
 #define EC_IO_TIMEOUT 500
 
+/** SDO injection timeout in microseconds. */
+#define EC_SDO_INJECTION_TIMEOUT 10000
+
+/** time to send a byte in nanoseconds. */
+#define EC_BYTE_TRANSMITION_TIME 80LL
+
 /** Number of state machine retries on datagram timeout. */
 #define EC_FSM_RETRIES 3