Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
ITrayInfo.cs File Reference

Go to the source code of this file.

Classes

interface  AxelSemrau.Chronos.Plugin.Config.ITrayInfo
 Basic information about a tray or similar object. More...
 
interface  AxelSemrau.Chronos.Plugin.Config.ITrayVialInfo
 Currently only used internally. More...
 

Namespaces

namespace  AxelSemrau
 Things provided by an AxelSemrau program or library. Do not put your own code into this namespace, as there could be naming collisions in future versions of Chronos.
 
namespace  AxelSemrau.Chronos
 Things provided by AxelSemrau Chronos - do not put your own code into this namespace.
 
namespace  AxelSemrau.Chronos.Plugin
 Classes and interfaces that are meant for plugins. The classes and interfaces below this namespace are meant to be upwards compatible across Chronos versions. If you notice any incompatibilities, please let us know.
 
namespace  AxelSemrau.Chronos.Plugin.Config
 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.
 

Enumerations

enum  AxelSemrau.Chronos.Plugin.Config.SamplerObjectKind { AxelSemrau.Chronos.Plugin.Config.Tray , AxelSemrau.Chronos.Plugin.Config.Agitator , AxelSemrau.Chronos.Plugin.Config.Injector }
 Basic category for the object. More...