Public Attributes
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>

List of all members.

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.

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.

Description of the event value.

Definition at line 581 of file tango_client_api.h.

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.


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


tango_client_api
Author(s):
autogenerated on Thu Jun 6 2019 19:49:50