Home
last modified time | relevance | path

Searched refs:propmode (Results 1 – 18 of 18) sorted by relevance

/dports/comms/wsjtz/wsjtx/logbook/
H A Dlogbook.cpp77 QString const& xSent, QString const& xRcvd, QString const& propmode) in QSOToADIF() argument
104 if(propmode!="") t += " <prop_mode:" + QString::number(propmode.size()) + ">" + propmode; in QSOToADIF()
H A Dlogbook.h47 QString const& xSent, QString const& xRcvd, QString const& propmode);
/dports/comms/wsjtz/wsjtx/widgets/
H A Dlogqso.h45 , QString const& propmode, QByteArray const& ADIF);
H A Dmainwindow.h252 , QString const& propmode, QByteArray const& ADIF);
H A Dmainwindow.cpp6368 , QString const& propmode, QByteArray const& ADIF) in acceptQSO() argument
6379 , exchange_sent, exchange_rcvd, propmode); in acceptQSO()
/dports/games/flightgear/flightgear-2020.3.11/src/Radio/
H A Ditm.cpp1631 …ol, double timepct, double locpct, double confpct, double &dbloss, int &propmode, double &deltaH, … in point_to_pointMDH() argument
1665 propmode = -1; // mode is undefined in point_to_pointMDH()
1694 propmode = 0; // Line-Of-Sight Mode in point_to_pointMDH()
1697 propmode = 4; // Single Horizon in point_to_pointMDH()
1700 propmode = 8; // Double Horizon in point_to_pointMDH()
1703 propmode += 1; // Diffraction Dominant in point_to_pointMDH()
1707 propmode += 2; // Troposcatter Dominant in point_to_pointMDH()
/dports/comms/wsjtz/wsjtx/Network/
H A DMessageClient.cpp636 , QString const& exchange_rcvd, QString const& propmode) in qso_logged() argument
645 << exchange_sent.toUtf8 () << exchange_rcvd.toUtf8 () << propmode.toUtf8 (); in qso_logged()
646 …id << "exch sent:" << exchange_sent << "exch rcvd:" << exchange_rcvd << "prop_mode:" << propmode); in qso_logged()
H A DMessageClient.hpp81 , QString const& propmode);
/dports/comms/trustedqsl/tqsl-2.4/src/
H A Dtqslconvert.cpp1121 strncpy(conv->rec.propmode, reinterpret_cast<char *>(result.data), sizeof conv->rec.propmode);
1323 if (conv->rec.propmode[0] != '\0'
1324 && conv->propmodes.find(conv->rec.propmode) == conv->propmodes.end()) {
1326 snprintf(tQSL_CustomError, sizeof tQSL_CustomError, "Invalid PROP_MODE (%s)", conv->rec.propmode);
1337 if (!strcmp(conv->rec.propmode, "SAT") && conv->rec.satname[0] == '\0') {
1343 if (strcmp(conv->rec.propmode, "SAT") && conv->rec.satname[0] != '\0') {
H A Dtqsllib.h128 char propmode[TQSL_PROPMODE_MAX+1]; ///< QSO prop mode member
H A Dlocation.cpp3030 value = rec->propmode; in tqsl_signQSORecord()
3192 value = qso->propmode; in tqsl_getGABBItCONTACTData()
3258 if (qso->propmode[0] != 0) { in tqsl_getGABBItCONTACTData()
3259 …tqsl_adifMakeField("PROP_MODE", 0, (const unsigned char *)qso->propmode, -1, (unsigned char *)buf,… in tqsl_getGABBItCONTACTData()
/dports/comms/splat/splat-1.4.2/
H A Ditwom3.0.cpp2571 double &dbloss, int &propmode, double &deltaH, int &errnum) in point_to_pointMDH_two() argument
2608 propmode = -1; // mode is undefined in point_to_pointMDH_two()
2656 propmode = 0; // L-of-S in point_to_pointMDH_two()
2659 propmode = 4; // 1-Hrzn in point_to_pointMDH_two()
2661 propmode = 8; // 2-Hrzn in point_to_pointMDH_two()
2663 propmode += 1; // Diff in point_to_pointMDH_two()
2665 propmode += 2; // Tropo in point_to_pointMDH_two()
/dports/devel/stb/stb-f54acd4/
H A Dstb_tilemap_editor.h967 int propmode; member
1042 tm->propmode = 0; in stbte_create_map()
2560 if (tm->propmode == STBTE__propmode_always) in stbte__should_copy_properties()
2562 if (tm->propmode == STBTE__propmode_never) in stbte__should_copy_properties()
3461 …if (stbte__button(STBTE__clayer_button, propmodes[tm->propmode], x0+n,y,0,i, STBTE__ID(STBTE__laye… in stbte__layers()
3462 tm->propmode = (tm->propmode+1)%3; in stbte__layers()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_tilemap_editor.h967 int propmode; member
1042 tm->propmode = 0; in stbte_create_map()
2560 if (tm->propmode == STBTE__propmode_always) in stbte__should_copy_properties()
2562 if (tm->propmode == STBTE__propmode_never) in stbte__should_copy_properties()
3461 …if (stbte__button(STBTE__clayer_button, propmodes[tm->propmode], x0+n,y,0,i, STBTE__ID(STBTE__laye… in stbte__layers()
3462 tm->propmode = (tm->propmode+1)%3; in stbte__layers()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_tilemap_editor.h967 int propmode; member
1042 tm->propmode = 0; in stbte_create_map()
2560 if (tm->propmode == STBTE__propmode_always) in stbte__should_copy_properties()
2562 if (tm->propmode == STBTE__propmode_never) in stbte__should_copy_properties()
3461 …if (stbte__button(STBTE__clayer_button, propmodes[tm->propmode], x0+n,y,0,i, STBTE__ID(STBTE__laye… in stbte__layers()
3462 tm->propmode = (tm->propmode+1)%3; in stbte__layers()
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_tilemap_editor.h962 int propmode; member
1037 tm->propmode = 0; in stbte_create_map()
2561 if (tm->propmode == STBTE__propmode_always) in stbte__should_copy_properties()
2563 if (tm->propmode == STBTE__propmode_never) in stbte__should_copy_properties()
3464 …if (stbte__button(STBTE__clayer_button, propmodes[tm->propmode], x0+n,y,0,i, STBTE__ID(STBTE__laye… in stbte__layers()
3465 tm->propmode = (tm->propmode+1)%3; in stbte__layers()
/dports/comms/cqrlog/cqrlog-2.5.0/src/
H A DfNewQSO.pas2480 propmode : String;
2886 propmode := '';
3098 propmode:= trim(StrBuf(index));
3099 if dmData.DebugLevel>=1 then Writeln('Prop Mode :', propmode);
3102 cmbPropagation.Text := dmSatellite.GetPropLongName(propmode);
/dports/math/octave/octave-6.4.0/doc/interpreter/
H A Dgenpropdoc.m85 ## the propmode will be toggled to "manual".