Searched refs:rxPos (Results 1 – 13 of 13) sorted by relevance
/dports/comms/qsstv/qsstv/sstv/modes/ |
H A D | modeavt.cpp | 55 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 D | modeavt.h | 36 eModeBase process(quint16 *demod, unsigned int, bool, unsigned int rxPos);
|
H A D | modebase.cpp | 177 …::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 D | modebase.h | 80 …virtual eModeBase process(quint16 *demod, unsigned int syncPos, bool goToSync, unsigned int rxPos);
|
/dports/comms/qico/qico-15673bf/src/ |
H A D | hydra.c | 730 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 D | Xvt.cpp | 110 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 D | GlobalTropModel.cpp | 629 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 D | NeillTropModel.cpp | 558 const Position& rxPos ) in setAllParameters() argument 563 NeillLat = rxPos.getGeodeticLatitude(); in setAllParameters() 565 NeillLat = rxPos.getHeight(); in setAllParameters()
|
H A D | MOPSTropModel.cpp | 471 const Position& rxPos ) in setAllParameters() argument 475 MOPSLat = rxPos.getGeodeticLatitude(); in setAllParameters() 477 MOPSLat = rxPos.getHeight(); in setAllParameters()
|
H A D | Xvt.hpp | 145 double preciseRho(const Triple& rxPos,
|
H A D | MOPSTropModel.hpp | 321 const Position& rxPos );
|
H A D | NeillTropModel.hpp | 349 const Position& rxPos );
|
H A D | GlobalTropModel.hpp | 283 virtual void setParameters(const CommonTime& time, const Position& rxPos);
|