trikRuntime
|
Class that emits events from event device with specific event type and event code. More...
#include <eventCodeInterface.h>
Signals | |
void | on (int value, int eventTime) |
Emitted when there is new event with specific type and code in an event file. More... | |
Class that emits events from event device with specific event type and event code.
Allows to selectively listen to events.
|
signal |
Emitted when there is new event with specific type and code in an event file.
value | - value sent with the event. |
eventTime | - time stamp of the event, in milliseconds from start of the Unix time (modulo 2^32). |