examples/DS401_Slave_Gui/ObjDict.c
changeset 369 8b67289d50b5
parent 314 68e83c3ffbb5
child 421 6221b4db8c42
equal deleted inserted replaced
368:7b51757bfc81 369:8b67289d50b5
   672 /* 
   672 /* 
   673  * To count at which received SYNC a PDO must be sent.
   673  * To count at which received SYNC a PDO must be sent.
   674  * Even if no pdoTransmit are defined, at least one entry is computed
   674  * Even if no pdoTransmit are defined, at least one entry is computed
   675  * for compilations issues.
   675  * for compilations issues.
   676  */
   676  */
   677 s_PDO_status ObjDict_PDO_status[3] = {s_PDO_staus_Initializer,s_PDO_staus_Initializer,s_PDO_staus_Initializer};
   677 s_PDO_status ObjDict_PDO_status[3] = {s_PDO_status_Initializer,s_PDO_status_Initializer,s_PDO_status_Initializer};
   678 
   678 
   679 quick_index ObjDict_firstIndex = {
   679 quick_index ObjDict_firstIndex = {
   680   15, /* SDO_SVR */
   680   15, /* SDO_SVR */
   681   0, /* SDO_CLT */
   681   0, /* SDO_CLT */
   682   16, /* PDO_RCV */
   682   16, /* PDO_RCV */