![]() |
SCENE C++ API
2.0.32
|
An event that is caused by a sensor and can contain extra data. More...
#include <lssensorevent.h>
Public Member Functions | |
T & | getData () |
Returns the data attached to the event. More... | |
![]() | |
LSEvent () | |
Constructor. More... | |
virtual | ~LSEvent () |
Destructor. More... | |
bool | isConsumed () const |
Query whether this event has been consumed. More... | |
void | consume () |
Consumes this event if the event can be consumed. More... | |
Additional Inherited Members | |
![]() | |
void | ref () const |
Increments the internal reference counter. More... | |
void | unref () const |
Decrements the internal reference counter. More... | |
An event that is caused by a sensor and can contain extra data.
T& getData | ( | ) |
Returns the data attached to the event.