X-Git-Url: https://rtime.felk.cvut.cz/gitweb/CanFestival-3.git/blobdiff_plain/c07f592be87c3ec4758208aab6dd342789776b97..0e25f80fdbaef8b9216bf835839882ee8506a491:/include/objacces.h diff --git a/include/objacces.h b/include/objacces.h index e819f29..b5ee04a 100644 --- a/include/objacces.h +++ b/include/objacces.h @@ -64,7 +64,7 @@ void _storeODSubIndex (CO_Data* d, UNS16 wIndex, UNS8 bSubindex); * @return */ UNS8 accessDictionaryError(UNS16 index, UNS8 subIndex, - UNS8 sizeDataDict, UNS8 sizeDataGiven, UNS32 code); + UNS32 sizeDataDict, UNS32 sizeDataGiven, UNS32 code); /* _getODentry() Reads an entry from the object dictionary.\n @@ -108,7 +108,7 @@ UNS32 _getODentry( CO_Data* d, UNS16 wIndex, UNS8 bSubindex, void * pDestData, - UNS8 * pExpectedSize, + UNS32 * pExpectedSize, UNS8 * pDataType, UNS8 checkAccess, UNS8 endianize); @@ -188,7 +188,7 @@ UNS32 _setODentry( CO_Data* d, UNS16 wIndex, UNS8 bSubindex, void * pSourceData, - UNS8 * pExpectedSize, + UNS32 * pExpectedSize, UNS8 checkAccess, UNS8 endianize);