Mike1DControllerFactory Properties |
The Mike1DControllerFactory type exposes the following members.
Name | Description | |
---|---|---|
DiagnosticsHandler |
User provided DiagnosticsHandler.
Set manually if a specified diagnostics handler is to be reused for several controllers, or if other types of control with the diagnositcs handler is required. | |
DisableLogFile |
Flag to disable log-file writing of the controller
| |
KeepLogFileOpen |
Flag to keep log-file open after simulation has finalized
| |
LogFileWriter |
User provided log file writer.
Set manually if a specified log file writer is to be reused for several controllers, or if other types of control with the log file writer is required. If the log file writer is provided by the user, remember also to attach it to the DiagnosticsHandler diagnosticsHandler.MessageEvent += logFileWriter.AddLine; |