Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Go to the source code of this file.
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.Columns |
Interfaces for custom sample list column type definitions. These interfaces allow you to define new custom column types definitions which behave just like builtin types and let you define your own column context menus and editors for the sample list. | |
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. | |
namespace | AxelSemrau.Chronos.Plugin.LegacyDevices |
Access to some functionality of Chronos builtin device drivers. These are added as required. If you are missing something here that would be useful for your plugin, please let us know. | |
namespace | AxelSemrau.Chronos.Plugin.SDKSupport |
Functionality supporting CTC's Task SDK plugins. | |
namespace | AxelSemrau.Chronos.Plugin.MethodEditor |
Auxiliary functions that can improve the usablility of the method editor for your task types. | |