Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Go to the source code of this file.
Classes | |
class | MockPlugin.AcquisitionService.SimpleParameters |
Example parameter set for an acquisition service. More... | |
class | MockPlugin.AcquisitionService.MockSimpleAcquisitionService |
An example acquisition service using a fixed list of parameters. More... | |
class | MockPlugin.AcquisitionService.MockCommandAndParameters |
Example definition of a command and its parameters that can be called for an AxelSemrau.Chronos.Plugin.ICommandUsingAcquisitionService. More... | |
Namespaces | |
namespace | MockPlugin |
An example Chronos plugin. This plugin demonstrates how to write plugins for Chronos. It should give you a rough idea how different things can be done, and which interfaces are needed to provide funtionality. | |
namespace | MockPlugin.AcquisitionService |
Enables you to add support for a Chromatography Data System (or similar) to Chronos. An acquisition service added this way will behave like the builtin services and can be used with the Acquisition task. | |