Builder
class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , MetricsProto.MeasurementOrBuilder
Represents a single measurement with timestamp and stability information.
Used for various physiological measurements throughout the system.
Content copied to clipboard
presage.physiology.MeasurementFunctions
Link copied to clipboard
Whether the measurement is considered stable/reliable
Content copied to clipboard
bool stable = 3;Link copied to clipboard
Relative time of the measurement in seconds since start of recording (deprecated)
Content copied to clipboard
float time = 1 [deprecated = true];Link copied to clipboard
Absolute timestamp at which the measurement was taken, in microseconds, since Linux epoch
Content copied to clipboard
int64 timestamp = 4;Link copied to clipboard
The measured or estimated value
Content copied to clipboard
float value = 2;Link copied to clipboard
Absolute timestamp at which the measurement was taken, in microseconds, since Linux epoch
Content copied to clipboard
int64 timestamp = 4;Link copied to clipboard
Whether the measurement is considered stable/reliable
Content copied to clipboard
bool stable = 3;Link copied to clipboard
Relative time of the measurement in seconds since start of recording (deprecated)
Content copied to clipboard
float time = 1 [deprecated = true];Link copied to clipboard
Absolute timestamp at which the measurement was taken, in microseconds, since Linux epoch
Content copied to clipboard
int64 timestamp = 4;Link copied to clipboard
The measured or estimated value
Content copied to clipboard
float value = 2;