Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.Config Namespace Reference

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...
 

Detailed Description

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.

Enumeration Type Documentation

◆ SamplerObjectKind

Basic category for the object.

This should make it easier to present the right options to the user.

Enumerator
Tray 

Positions where you usually can get some liquid, like a tray or wash station.

Agitator 

Positions that usually are used for shaking/heating vials.

Injector 

Positions that are usually only used for dispensing liquids, like injectors or waste positions.

Definition at line 75 of file ITrayInfo.cs.

76 {
80 Tray,
84 Agitator,
88 Injector
89 }