Hi all, I found the plug-in system in the event server and the engine server. It accepts following types of plug-ins:
- event server - inputBlocker - inputSniffer - engine server - outputBlocker - outputSniffer It seems useful to validate input events or process predicted values, but I feel that the design and implementation is somewhat strange. For example, since plugin.start() seems to be never called I can't understand why this method is defined in plugin traits. However I can't find any documentation or example about them, so I may not understand the purpose of each plugin type correctly. Could anyone help me? Regards, -- Naoki Takezoe
