JMRI
JMRI copied to clipboard
Call a LogixNG Module directly
This PR allows JMRI to call a LogixNG Module directly with parameters. It might be useful for PR #13234.
See CallModuleTest
, method testCallModuleWithOneParameter()
for an example on how to use it if the module is known to have exactly one parameter and method testCallModuleWithTwoParameters()
for the general solution with any number of parameters.