![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|
Public Member Functions | |
StandaloneModbusPortConfigurationGenerator () | |
ModbusPortConfiguration | generate (SourceOfRandomness rngesus, GenerationStatus status) |
Generator for port configurations
Definition at line 14 of file StandaloneModbusPortConfigurationGenerator.java.
unit.kernel.modbus.StandaloneModbusPortConfigurationGenerator.StandaloneModbusPortConfigurationGenerator | ( | ) |
Register this generator with Quickcheck
Definition at line 25 of file StandaloneModbusPortConfigurationGenerator.java.
ModbusPortConfiguration unit.kernel.modbus.StandaloneModbusPortConfigurationGenerator.generate | ( | SourceOfRandomness | rngesus, |
GenerationStatus | status | ||
) |
Generate a new configuration from randomly-generated data
rngesus | A wrapper for a Random Number Generator provided by Quickcheck. Based on this, an object is created |
status | A reporter for the current status of the generation. This reports, for example, how many attempts were made to generate a test fixture |
Definition at line 38 of file StandaloneModbusPortConfigurationGenerator.java.
Git Repo |