Struct Duration

Struct Documentation

struct Duration

A duration of time, composed of seconds and nanoseconds.

Public Members

int32_t sec = 0

The number of seconds in the duration.

uint32_t nsec = 0

The number of nanoseconds in the positive direction.