EDMHardwareControl.Properties |
Name | Description |
---|---|
ControlWindow | Front panel for the edm hardware controller. Everything is just stuffed in there. No particularly clever structure. This class just hands everything straight off to the controller. It has a few thread safe wrappers so that remote calls can safely manipulate the front panel. |
Controller | This is the interface to the edm specific hardware. Everything is just bundled into a single class. The methods/properties are grouped: the first set change the state of the hardware, these usually act immediately, but sometimes you need to call an update method. Read the code to find out which are which. The second set of methods read out the state of the hardware. These invariably need to be brought up to date with an update method before use. |
Controller.DataStore | |
Runner | Summary description for Runner. |