|
class | AssociatedFile |
| This class is used for storing files as part of a configuration. Typically, the files stored are ini files from a LabVIEW VIs, which are usually less than 100k in size. The files are stored in the configuration as a byte array, which is converted back into the "real" file when the configuration is loaded. The file is only intended to be converted at the point of saving the configuration otherwise it just wastes memory. More...
|
|
class | BaseAlert |
|
class | BlockAlert |
|
class | BlockGroup |
|
class | BlockInfo |
| This class is used for storing the information for any blocks that are created and provides methods for logging and checking run-control limits. More...
|
|
class | Configuration |
| This class contains all the information that defines the configuration at the SECI level and contains all the code for saving and loading the configuration. Both configurations and components are made from this class. Components are mini-configurations that can be loaded as part of a configuration. All the methods are marked as private or internal as the methods should not be directly accessible from outside the DLL. More...
|
|
class | Executable |
| This class is used for wrapping standard executables that are included as part of a configuration. This is usually used for programmes such as script generators etc. This class makes some use of WinAPI commands for showing, hiding and moving windows. More...
|
|
class | GraphDefinition |
| This class is used for serializing the graphs for saving in the configuration. More...
|
|
class | PlotDefinition |
| Lightweight plot definition class. More...
|
|
class | Status |
| Class for holding the standard run-time settings for SECI. A large percentage of the information held in this class is read from the App.Config. More...
|
|
class | Tab |
|
class | WaitingAlert |
|