include/objacces.h
changeset 175 e255529b6f7d
parent 161 c4908cc776a9
child 378 d2abf6c8c27b
equal deleted inserted replaced
174:cd1638bc0cb0 175:e255529b6f7d
   126 		  UNS8 bSubindex, 
   126 		  UNS8 bSubindex, 
   127 		  void * pSourceData, 
   127 		  void * pSourceData, 
   128 		  UNS8 * pExpectedSize, 
   128 		  UNS8 * pExpectedSize, 
   129 		  UNS8 checkAccess);
   129 		  UNS8 checkAccess);
   130 
   130 
       
   131 /*The same, without endianisation*/
       
   132 UNS32 writeLocalDict( CO_Data* d, 
       
   133                   UNS16 wIndex,
       
   134 		  UNS8 bSubindex, 
       
   135 		  void * pSourceData, 
       
   136 		  UNS8 * pExpectedSize, 
       
   137 		  UNS8 checkAccess);
       
   138 
   131 
   139 
   132 /* Scan the index of object dictionary. Used only by setODentry and getODentry.
   140 /* Scan the index of object dictionary. Used only by setODentry and getODentry.
   133  *  *errorCode :  OD_SUCCESSFUL if index foundor SDO abort code. (See file def.h)
   141  *  *errorCode :  OD_SUCCESSFUL if index foundor SDO abort code. (See file def.h)
   134  *  Return NULL if index not found. Else : return the table part of the object dictionary.
   142  *  Return NULL if index not found. Else : return the table part of the object dictionary.
   135  */
   143  */