Home
last modified time | relevance | path

Searched refs:rxPos (Results 1 – 13 of 13) sorted by relevance

/dports/comms/qsstv/qsstv/sstv/modes/
H A Dmodeavt.cpp55 modeBase::eModeBase modeAVT::process(quint16 *demod,unsigned int ,bool ,unsigned int rxPos) in process() argument
95 addToLog(QString("D1900 start: %1").arg(rxPos+i-50),LOGMODES); in process()
105 …addToLog(QString("MBABORTED duration: %1, sampleCounter: %2").arg(duration).arg(rxPos+i),LOGMODES); in process()
118 … addToLog(QString("duration: %1, sampleCounter: %2").arg(duration).arg(rxPos+i-10),LOGMODES); in process()
129 …addToLog(QString("MBABORTED duration: %1, sampleCounter: %2").arg(duration).arg(rxPos+i),LOGMODES); in process()
181 return modeBase::process(demod,i,true,rxPos); in process()
192 return modeBase::process(demod,0,false,rxPos); in process()
H A Dmodeavt.h36 eModeBase process(quint16 *demod, unsigned int, bool, unsigned int rxPos);
H A Dmodebase.cpp177 …::eModeBase modeBase::process(quint16 *demod,unsigned int syncPos,bool goToSync,unsigned int rxPos) in process() argument
179 Q_UNUSED (rxPos); in process()
282 …addToLog(QString("Switching to 1500 GapCounter2 %1 at %2").arg(avgFreqGap).arg(i+ rxPos),LOGMODES); in process()
H A Dmodebase.h80 …virtual eModeBase process(quint16 *demod, unsigned int syncPos, bool goToSync, unsigned int rxPos);
/dports/comms/qico/qico-15673bf/src/
H A Dhydra.c730 else if (rxPos == -1L) s1 = "Have"; in debugTransmittedPkt()
731 else if (rxPos == -2L) s1 = "Skip"; in debugTransmittedPkt()
748 rxPos, rxPos < 0L ? " Skip" : "", in debugTransmittedPkt()
1362 recvf.foff = rxPos; in hydra_status()
1942 rxPos = 0L; in hydra_send()
1969 rxPos = H_SKIP; in hydra_send()
2122 rxPos = H_SKIP; in hydra_send()
2138 rxPos = H_SUSPEND; in hydra_send()
2150 rxlastsync = rxPos; in hydra_send()
2151 rxPos += rxpktlen; in hydra_send()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSCore/
H A DXvt.cpp110 double Xvt::preciseRho(const Triple& rxPos, in preciseRho() argument
119 double sr1 = rxPos.slantRange(x); in preciseRho()
143 sr1 = rxPos.slantRange(xnew); in preciseRho()
H A DGlobalTropModel.cpp629 void GlobalTropModel::setParameters(const CommonTime& time, const Position& rxPos) in setParameters() argument
633 setReceiverHeight(rxPos.getHeight()); in setParameters()
634 setReceiverLatitude(rxPos.getGeodeticLatitude()); in setParameters()
635 setReceiverLongitude(rxPos.getLongitude()); in setParameters()
H A DNeillTropModel.cpp558 const Position& rxPos ) in setAllParameters() argument
563 NeillLat = rxPos.getGeodeticLatitude(); in setAllParameters()
565 NeillLat = rxPos.getHeight(); in setAllParameters()
H A DMOPSTropModel.cpp471 const Position& rxPos ) in setAllParameters() argument
475 MOPSLat = rxPos.getGeodeticLatitude(); in setAllParameters()
477 MOPSLat = rxPos.getHeight(); in setAllParameters()
H A DXvt.hpp145 double preciseRho(const Triple& rxPos,
H A DMOPSTropModel.hpp321 const Position& rxPos );
H A DNeillTropModel.hpp349 const Position& rxPos );
H A DGlobalTropModel.hpp283 virtual void setParameters(const CommonTime& time, const Position& rxPos);