OpenEtherCATsociety / SOES

Simple Open Source EtherCAT Slave
Other
566 stars 247 forks source link

SDO_findsubindex can be exported #85

Closed VijnanBhairav closed 3 years ago

VijnanBhairav commented 3 years ago

_SDOfindsubindex is useful function for a client to find object entries from object dictionary. In last commit it is made static, request to declare in _esccoe.h . Similarly _SDOfindobject is another function which is not declared in esc.coe.h

nakarlsson commented 3 years ago

have been addressed in https://github.com/OpenEtherCATsociety/SOES/pull/86

VijnanBhairav commented 3 years ago

Thanks for the update. I also mentioned SDO_findobject along with SDO_findsubindex in above request, will it be possible to consider that too.