Home
last modified time | relevance | path

Searched refs:groundSpeed (Results 1 – 9 of 9) sorted by relevance

/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/positioning/
H A Dqlocationdata_simulator.cpp51 groundSpeed(0.0), in QGeoPositionInfoData()
78 …out << s.direction << s.groundSpeed << s.verticalSpeed << s.magneticVariation << s.horizontalAccur… in operator <<()
87 …in >> s.direction >> s.groundSpeed >> s.verticalSpeed >> s.magneticVariation >> s.horizontalAccura… in operator >>()
H A Dqlocationdata_simulator_p.h81 qreal groundSpeed; member
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimNitfSensraTag.cpp362 void ossimNitfSensraTag::setGroundSpeed(ossimString groundSpeed) in setGroundSpeed() argument
365 …memcpy(theGroundSpeed, groundSpeed.c_str(), std::min((size_t)GROUND_SPEED_SIZE, groundSpeed.length… in setGroundSpeed()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/realtime/gpstether/
H A DCRtGpsTetherInfo.h90 qreal groundSpeed {0.0};
H A DCRtGpsTetherInfo.cpp240 speed = rmc.groundSpeed; in slotUpdate()
364 rmc.groundSpeed = tokens[7].toDouble() * 1.852 / 3.6; in nmeaRMC()
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/plugins/position/simulator/
H A Dqgeopositioninfosource_simulator.cpp64 info.setAttribute(QGeoPositionInfo::GroundSpeed, data.groundSpeed); in toPositionInfo()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/support_data/
H A DossimNitfSensraTag.h102 void setGroundSpeed(ossimString groundSpeed);
/dports/games/flightgear/flightgear-2020.3.11/src/Autopilot/
H A Droute_mgr.hxx172 SGPropertyNode_ptr groundSpeed; member in FGRouteMgr
H A Droute_mgr.cxx406 groundSpeed = fgGetNode("/velocities/groundspeed-kt", true); in postinit()
479 double gs = groundSpeed->getDoubleValue(); in update()
603 double speed = groundSpeed->getDoubleValue(); in setETAPropertyFromDistance()