Public Attributes | List of all members
TangoEvent Struct Reference

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. More...
 
const char * event_value
 Description of the event value. More...
 
double timestamp
 Timestamp, in seconds, of the event. More...
 
TangoEventType type
 Type of event. More...
 

Detailed Description

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.

Member Data Documentation

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.

TangoEventType TangoEvent::type

Type of event.

Definition at line 577 of file tango_client_api.h.


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


tango_client_api
Author(s):
autogenerated on Mon Jun 10 2019 15:37:44