Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 655 Bytes

TimestampedValue.md

File metadata and controls

15 lines (8 loc) · 655 Bytes

com.industry.rx_epl.TimestampedValue <>

Contains both the timestamp (currentTime when the value was timestamped) and the current value. Returned by calls to .timestamp().

Fields

# float timestamp <>

The timestamp (seconds since the epoch).

Note: By default all calls to currentTime return 100 millisecond precision.

# any value <>

The value.