The TangoEvent structure signals important sensor and tracking events. Each event comes with a timestamp, a type, and a key-value pair describing the event. The type is an enumeration which generally classifies the event type. The key is a text string describing the event. The description holds parameters specific to the event. More...
#include <tango_client_api.h>
Public Attributes | |
| const char * | event_key |
| Description of the event key. | |
| const char * | event_value |
| Description of the event value. | |
| double | timestamp |
| Timestamp, in seconds, of the event. | |
| TangoEventType | type |
| Type of event. | |
The TangoEvent structure signals important sensor and tracking events. Each event comes with a timestamp, a type, and a key-value pair describing the event. The type is an enumeration which generally classifies the event type. The key is a text string describing the event. The description holds parameters specific to the event.
Possible descriptions (as "key:value") are:
Definition at line 573 of file tango_client_api.h.
| const char* TangoEvent::event_key |
Description of the event key.
Definition at line 579 of file tango_client_api.h.
| const char* TangoEvent::event_value |
Description of the event value.
Definition at line 581 of file tango_client_api.h.
| double TangoEvent::timestamp |
Timestamp, in seconds, of the event.
Definition at line 575 of file tango_client_api.h.
Type of event.
Definition at line 577 of file tango_client_api.h.