drivers/ec_master.h
changeset 11 e58d78234412
parent 2 b0a7a4745bf9
child 13 db0742533c10
--- a/drivers/ec_master.h	Fri Nov 11 10:55:22 2005 +0000
+++ b/drivers/ec_master.h	Fri Nov 11 11:07:31 2005 +0000
@@ -75,8 +75,10 @@
 
 // Sending and receiving
 int EtherCAT_async_send_receive(EtherCAT_master_t *);
+int EtherCAT_send_receive_command(EtherCAT_master_t *, EtherCAT_command_t *);
 int EtherCAT_send(EtherCAT_master_t *);
 int EtherCAT_receive(EtherCAT_master_t *);
+
 int EtherCAT_write_process_data(EtherCAT_master_t *);
 int EtherCAT_read_process_data(EtherCAT_master_t *);
 void EtherCAT_clear_process_data(EtherCAT_master_t *);
@@ -132,6 +134,7 @@
 int add_command(EtherCAT_master_t *, EtherCAT_command_t *);
 void set_byte(unsigned char *, unsigned int, unsigned char);
 void set_word(unsigned char *, unsigned int, unsigned int);
+void output_debug_data(unsigned char *, unsigned int);
 
 /***************************************************************/