include/pdo.h
changeset 236 905677ed00f3
parent 235 f812bf6b7237
child 366 47763dd15e00
--- a/include/pdo.h	Fri Jun 29 19:51:39 2007 +0200
+++ b/include/pdo.h	Mon Jul 02 18:22:58 2007 +0200
@@ -34,6 +34,7 @@
 
 /* Status of the TPDO : */
 #define PDO_INHIBITED 0x01
+#define PDO_RTR_SYNC_READY 0x01
 
 /** The PDO structure */
 struct struct_s_PDO_status {
@@ -72,7 +73,7 @@
  * bus_id is hardware dependant
  * Returns 0xFF if error, other in success.
  */
-UNS8 sendPDOrequest (CO_Data* d, UNS32 cobId);
+UNS8 sendPDOrequest( CO_Data* d, UNS16 RPDOIndex );
 
 /** Compute a PDO frame reception
  * bus_id is hardware dependant