DrMemCS / drmem

Full source tree for the DrMem control system
MIT License
3 stars 4 forks source link

Pr issue13 #44

Closed rneswold closed 1 year ago

rneswold commented 1 year ago

At the moment, I'm working on phase 1 of the issue which adds some type-safety to the driver's API. Drivers need to report values and receive values (for settable devices.) This requires changes in 3 types:

At this point, I've pushed commits which support the first two requirements. I'm still working on the third.

This pull request will close out #13.

rneswold commented 1 year ago

At this point, phase 1 is complete. I want to add unit tests, however, before we merge this into main.

rneswold commented 1 year ago

Now to start phase 2. 😬