Sebastián Pastor / EtheriosCloudConnector
Embed: (wiki syntax)

« Back to documentation index

connector_time_epoch_fractional_t Struct Reference

connector_time_epoch_fractional_t Struct Reference
[Structure to represent time in seconds and milliseconds.]

The data structure to represent seconds and milliseconds since the epoch (00:00:00 UTC on 1 January 1970). More...

#include <connector_api_data_point.h>

Data Fields

uint32_t seconds
 seconds since epoch
uint32_t milliseconds
 milliseconds portion of epoch time

Detailed Description

The data structure to represent seconds and milliseconds since the epoch (00:00:00 UTC on 1 January 1970).

Devices on which the milliseconds are not available can use 0 for milliseconds.

See also:
connector_data_point_t

Definition at line 75 of file connector_api_data_point.h.


Field Documentation

milliseconds portion of epoch time

Definition at line 78 of file connector_api_data_point.h.

seconds since epoch

Definition at line 77 of file connector_api_data_point.h.