DiamondLightSource / cothread

Cooperative Python Threads and EPICS Channel Access bindings
Apache License 2.0
13 stars 9 forks source link

ca_* types documented in wrong location #24

Closed AlexanderWells-diamond closed 1 year ago

AlexanderWells-diamond commented 2 years ago

It seems that the types that cothread returns (ca_str, ca_int, ca_float, ca_array) are documented as residing in the cothread.catools module. They are not there - they are in cothread.dbr

Either the docs or the definitions need changing. Probably the docs.

AlexanderWells-diamond commented 1 year ago

This was fixed as part of #41