Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Information regarding the currently active configuration. These classes reflect configuration information which is meant to be accessed by plugins. If you miss information here, please let us know, and don't start parsing the Chronos configuration files, as these may change in the future. More...
Classes | |
interface | ITrayInfo |
Basic information about a tray or similar object. More... | |
interface | ITrayVialInfo |
Currently only used internally. More... | |
Enumerations | |
enum | SamplerObjectKind { Tray , Agitator , Injector } |
Basic category for the object. More... | |
Information regarding the currently active configuration. These classes reflect configuration information which is meant to be accessed by plugins. If you miss information here, please let us know, and don't start parsing the Chronos configuration files, as these may change in the future.
Basic category for the object.
This should make it easier to present the right options to the user.
Definition at line 75 of file ITrayInfo.cs.