|
| class | ControllerAttribute |
| | An attribute used to decorate classes as Controller classes. More...
|
| |
| class | HttpController |
| | A controller that utilizes the HTTP protocol to obtain information. More...
|
| |
| interface | IController |
| | Defines the base contract for an I/O controller that plugs into the system. More...
|
| |
| class | MockController |
| | The first try at a mock controller that generates random data rather than pulling real-world data from some device. More...
|
| |
| class | MockController2 |
| | The second try at a mock controller that generates random data rather than pulling real-world data from some device. More...
|
| |
| class | SerialModbusController |
| | Implements a supervisable controller that communicates with its agent using serial MODBUS (RTU). This controller requests a configurable number of contiguous data points from a configurable starting register. The defaults start at register 100 and read 32 points, and these settings will be used if that part of the configurating is missing or invalid. More...
|
| |
| class | ThreadedPollingController |
| | Implements the core features of all polling controllers expecting 16-bit values (or less). More...
|
| |
| class | UdpNodeController |
| | A controller for Datawurx Node devices emitting Datawurx UDP packets. More...
|
| |