Class PortInterConnect
Generic port interconnect implementation.
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class PortInterConnect : IPortTypeConverter
Constructors
Name | Description |
---|---|
PortInterConnect() | Default init. |
Fields
Name | Description |
---|---|
firstVar | Where the source port is connected to. |
reentrant | The reentrant |
secondVar | Where the target port is connected to. |
Methods
Name | Description |
---|---|
ConvertSecondToFirst() | Implement to convert from target to source. |
ForwardFirstToSecond() | Implement to convert from source to target. |
RebindPorts(DriverSide) | Called when the converter is used by the linker. Any initialization can go here, the fields are properly set. |