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

Go to the source code of this file.

Classes

class  MockPlugin.SampleList.MockSampleListWorker
 Provides an endless supply of nonsense sample lists. More...
 

Namespaces

namespace  MockPlugin
 An example Chronos plugin. This plugin demonstrates how to write plugins for Chronos. It should give you a rough idea how different things can be done, and which interfaces are needed to provide funtionality.
 
namespace  MockPlugin.SampleList
 The classes in this namespace demonstrate how to interact with the Chronos sample list.
 

Variables

JustFYI
 
theinstrumentconfigisat
 
Fakelogentryinfile
 

Variable Documentation

◆ Fakelogentryinfile

$ Fakelogentryinfile

Definition at line 247 of file MockSampleListWorker.cs.

249{
250 set => mStopRun = value;
251 }
252 }
253}

◆ JustFYI

$ JustFYI

Definition at line 133 of file MockSampleListWorker.cs.

◆ theinstrumentconfigisat

$ theinstrumentconfigisat

Definition at line 133 of file MockSampleListWorker.cs.