Struct Timestamp¶ Defined in File schemas.hpp Struct Documentation¶ struct Timestamp¶ A timestamp composed of seconds and nanoseconds. Public Members uint32_t sec = 0¶ The number of seconds since a user-defined epoch. uint32_t nsec = 0¶ The number of nanoseconds since the sec value.