Class IPortFilter<T>
Portfilter class that can be used to preprocess data on a port on writes and reads.
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class IPortFilter<T>
Type Parameters
Name | Description |
---|---|
T | Data type the port filter acts on |
Properties
Name | Description |
---|---|
this[int] | Get a specific value of the filter by key. |
Size | Size of the data stored by the filter |
Methods
Name | Description |
---|---|
Process(IPortType, T, IPortFilter<T>) | Called by the port on new data to process. |