Base interface for the common processing logic of a ProcessorInstance.
All ProcessorInstances must implement this interface to be fully formed,
though usually each specific ProcessorInstance implements a more specific interface inheriting from this one.
Additional resources: GeneratorInstance.IRealtime, ProcessorInstance.IControl_1
Method | Description |
---|---|
Update | Implement this function to react to data sent to the ProcessorInstance or communicate something back. |