Skip to content

Extend the CShutterBase interface to offer setPower()/getPower() #10

@dscho

Description

@dscho

It was not very clever by us to implement our own Laser interface. Not only did we re-invent our own, poor plugin architecture, we also made a poor design choice: the setPower()/getPower() accessors should be an integral part of the CShutterBase interface because the device adapters know better than anybody else how (or if) the laser power can be set.

So let's finally correct that mistake by working with the Micro-Manager team to extend the Micro-Manager API, for everybody's benefit.

This is most likely quite a bit of work because essentially all 93 of the files reported by git grep -w CShutterBase DeviceAdapters/ will need to be adjusted.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions