Struct Timestamp

Struct Documentation

struct Timestamp

A timestamp in seconds and nanoseconds from the unix epoch.

Public Members

uint32_t sec

The number of seconds.

uint32_t nsec

The number of nanoseconds.