Module: GPS_PVT::RTCM3::Packet::MSM
Constant Summary collapse
- SPEED_OF_LIGHT =
299_792_458
Instance Method Summary collapse
Methods included from MSM_Header
Instance Method Details
#ranges ⇒ Object
384 385 386 |
# File 'lib/gps_pvt/rtcm3.rb', line 384 def ranges {:sat_sig => property[:cells]} # expect to be overriden end |