MCPcopy Create free account
hub / github.com/facebook/time / sortedKeys

Function sortedKeys

rtcm/msm_encode.go:395–402  ·  view source on GitHub ↗
(m map[uint8]bool)

Source from the content-addressed store, hash-verified

393 w.WriteSignedBits(invalidRoughRate, 14)
394 continue
395 }
396 w.WriteSignedBits(int32(satData[i].roughRateMps), 14)
397 }
398
399 // Signal data: fine pseudorange (20 bits signed per cell)
400 for _, c := range cells {
401 // With no rough range to refine, the residual is the whole measurement.
402 if satData[c.satIdx].roughUnits == invalidRoughUnits {
403 voidedFinePRs.Add(1)
404 w.WriteSignedBits(invalidFinePR, 20)
405 continue

Callers 1

EncodeMSM7Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…