DiamondLightSource / aioca

Asynchronous Channel Access client for asyncio and Python using libca via ctypes
Apache License 2.0
6 stars 3 forks source link

Provide mechanism to access Channels #37

Closed AlexanderWells-diamond closed 1 year ago

AlexanderWells-diamond commented 1 year ago

It would be useful to be able to interrogate the currently active Channels in aioca, to enable things like counting the number of open/closed connections.

This will need some new public getter functions, and probably a small amount of re-naming of various files and objects to make them public.