trikRuntime
trikControl::EventCodeInterface Class Reference

Class that emits events from event device with specific event type and event code. More...

#include <eventCodeInterface.h>

Inheritance diagram for trikControl::EventCodeInterface:
Collaboration diagram for trikControl::EventCodeInterface:

Signals

void on (int value, int eventTime)
 Emitted when there is new event with specific type and code in an event file. More...
 

Detailed Description

Class that emits events from event device with specific event type and event code.

Allows to selectively listen to events.

Member Function Documentation

void trikControl::EventCodeInterface::on ( int  value,
int  eventTime 
)
signal

Emitted when there is new event with specific type and code in an event file.

Parameters
value- value sent with the event.
eventTime- time stamp of the event, in milliseconds from start of the Unix time (modulo 2^32).

The documentation for this class was generated from the following file: