Measurement constructor
Measurement({
- int? contents,
- double? accumulatedDeltaRangeMeters,
- int? accumulatedDeltaRangeState,
- double? accumulatedDeltaRangeUncertaintyMeters,
- double? automaticGainControlLevelDb,
- double? carrierFrequencyHz,
- double? cn0DbHz,
- int? constellationType,
- int? multipathIndicator,
- double? pseudorangeRateMetersPerSecond,
- double? pseudorangeRateUncertaintyMetersPerSecond,
- int? receivedSvTimeNanos,
- int? receivedSvTimeUncertaintyNanos,
- double? snrInDb,
- int? state,
- int? svid,
- double? timeOffsetNanos,
- String? string,
Implementation
Measurement({
this.contents,
this.accumulatedDeltaRangeMeters,
this.accumulatedDeltaRangeState,
this.accumulatedDeltaRangeUncertaintyMeters,
this.automaticGainControlLevelDb,
this.carrierFrequencyHz,
this.cn0DbHz,
this.constellationType,
this.multipathIndicator,
this.pseudorangeRateMetersPerSecond,
this.pseudorangeRateUncertaintyMetersPerSecond,
this.receivedSvTimeNanos,
this.receivedSvTimeUncertaintyNanos,
this.snrInDb,
this.state,
this.svid,
this.timeOffsetNanos,
this.string,
});