The control interface a Processor must implement to be fully formed.
This is typically implemented through a more dervied interface such as Generator.IControl_1.
Method | Description |
---|---|
Dispose | Called when the Processor is destroyed, after it has been removed from the realtime thread. |
OnMessage | Called when the procesor has been sent a Processor.Message from ControlContext.SendMessage. |
Update | Called if you have subscribed to continuous updates from the control thread, or if there is or if there is data returned from the Processor. |