CosimConfig class abstract
Configuration information for cosimulation.
- Implementers
Constructors
- CosimConfig({bool enableLogging = false, bool throwOnUnexpectedEnd = true})
-
Constructs information for cosimulation.
const
Properties
- enableLogging → bool
-
If true, additional debug logging will be enabled for cosimulation.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- throwOnUnexpectedEnd → bool
-
If true, throws an
UnexpectedEndOfSimulation
exception in case the cosimulation ends unexpectedly. Otherwise, just prints a warning.final
Methods
-
connect(
) → Future< CosimConnection> - Initializes the connection to cosimulation.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited