You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2019. It is now read-only.
/* FLAG_DELTA_X_LINEARIZE */"value specifies the delta x value for numerical differentiation used by linearization. The default value is 1e-5.",
130
131
/* FLAG_DELTA_X_SOLVER */"value specifies the delta x value for numerical differentiation used by integrator. The default values is sqrt(DBL_EPSILON).",
131
132
/* FLAG_EMBEDDED_SERVER */"enables an embedded server. Valid values: none, opc-da [broken], opc-ua [experimental], or the path to a shared object.",
133
+
/* FLAG_EMBEDDED_SERVER_PORT */"[int (default 4841)] value specifies the port number used by the embedded server",
132
134
/* FLAG_EMIT_PROTECTED */"emits protected variables to the result-file",
133
135
/* FLAG_F */"value specifies a new setup XML file to the generated simulation code",
134
136
/* FLAG_HELP */"get detailed information that specifies the command-line flag",
" * opc-da - [broken] run with embedded OPC DA server (WIN32 only, uses proprietary OPC SC interface)\n"
232
234
" * opc-ua - [experimental] run with embedded OPC UA server (TCP port 4841 for now; will have its own configuration option later)\n"
233
235
" * filename - path to a shared object implementing the embedded server interface (requires access to internal OMC data-structures if you want to read or write data)",
236
+
/* FLAG_EMBEDDED_SERVER_PORT */
237
+
" Value specifies the port number used by the embedded server. The default value is 4841.",
234
238
/* FLAG_EMIT_PROTECTED */
235
239
" Emits protected variables to the result-file.",
236
240
/* FLAG_F */
@@ -444,6 +448,7 @@ const int FLAG_TYPE[FLAG_MAX] = {
0 commit comments