ISISComputingGroup / lewis-ess

Let's write intricate simulators!
GNU General Public License v3.0
21 stars 19 forks source link

Allow multiple adapters for a device #237

Closed MichaelWedel closed 7 years ago

MichaelWedel commented 7 years ago

This fixes #195.

The -p option has been changed so it can be specified multiple times. Not specifying it results in the same behavior as now. For not using any adapters, -n (--no-interface) has been added.

The epics_device example has been modified so that this new feature is demonstrated somewhere.

MikeHart85 commented 7 years ago

Looks good, merging!