project8 / dripline

Slow controls for medium scale physics experiments based on AMQP centralized messaging
http://www.project8.org/dripline
1 stars 0 forks source link

Endpoints and providers should support a standardized "initialize" interface #82

Closed laroque closed 8 years ago

laroque commented 9 years ago

This is most useful with the muxer. I'd like to add a channel to the muxer.yaml file, and have the muxer's sweep configuration get updated automatically.

I suggest that Endpoint() have a method setup(self), which by default just passes (all endpoints support the function and just return).

laroque commented 8 years ago

there is now support for setup calls in a config file