DrMemCS / drmem

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

Create time-of-day driver #74

Closed rneswold closed 1 year ago

rneswold commented 1 year ago

The conclusion to #69 was to make a driver that would create time-of-day devices.

The driver would make year, month, day, hour, minute, second, and day-of-week devices. All devices return an integer in the range 0 through max - 1. Months are 0 - 11, hours are 0 - 23, etc. Monday is 0 and Sunday is 6.

The driver configuration specifies the timezone.

rneswold commented 1 year ago

This doesn't have to be coordinated with a release of drmemd. New drivers can be introduced at any time (although it will require drmemd's version to go up a patch level.)