Chronos Plugins
5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
For lack of a better idea, the demonstration for the multipart device is a train consisting of a locomotive and some different cars. More...
Public Member Functions | |
void | Connect () |
You may have connected to the device before this, but make sure you are connected after this. More... | |
void | Disconnect () |
You may disconnect now. More... | |
Train () | |
Just adding all parts of the train. The parts keep references to the full train. More... | |
Properties | |
string | DisplayedTypeName [get] |
string | DeviceTypeDescription [get] |
string | Name [get, set] |
Action< ConnectionState > | ConnectionStateChanged |
Not used. More... | |
IReadOnlyCollection< IDevice > | Parts [get] |
![]() | |
IReadOnlyCollection< IDevice > | Parts [get] |
Collection of all available parts. More... | |
![]() | |
string | DisplayedTypeName [get] |
Text which is displayed in the instruments settings "Autosampler Type" column and in many other places. More... | |
string | DeviceTypeDescription [get] |
Text which is displayed to make clear which kind of device a named sampler is. More... | |
string | Name [get, set] |
User-selected name for the device instance. More... | |
Events | |
Action< string > | WriteToRunlog |
![]() | |
Action< ConnectionState > | ConnectionStateChanged |
Raise this event when your connection state has changed. More... | |
![]() | |
Action< string > | WriteToRunlog |
Use this event to send output to the Run Control / Runlog page and, if applicable, to the runlog file. More... | |
Private Attributes | |
readonly List< TrainPart > | mAllParts = new List<TrainPart>() |
For lack of a better idea, the demonstration for the multipart device is a train consisting of a locomotive and some different cars.
MockPlugin.Device.Train.Train | ( | ) |
Just adding all parts of the train. The parts keep references to the full train.
Definition at line 32 of file Train.cs.
References MockPlugin.Device.Train.mAllParts.
void MockPlugin.Device.Train.Connect | ( | ) |
You may have connected to the device before this, but make sure you are connected after this.
Implements AxelSemrau.Chronos.Plugin.IDevice.
void MockPlugin.Device.Train.Disconnect | ( | ) |
You may disconnect now.
Implements AxelSemrau.Chronos.Plugin.IDevice.
Definition at line 27 of file Train.cs.
Referenced by MockPlugin.Device.Train.Train().
|
addremove |
|
get |