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

OP_SEND support in all Providers #127

Closed laroque closed 9 years ago

laroque commented 9 years ago

A provider is supposed to implement send(self, command_list=[])... it should support on_send(self, *commands) which unpacks a tuple of commands and sends them.

laroque commented 9 years ago

I actually just did this, but wanted to have the issue as part of the milestone for reference.