/dports/comms/xastir/Xastir-Release-2.1.8/LaCrosse/src/ |
H A D | open2300db2APRS.c | 181 double windgust, in APRS_str() argument 287 intval = (windgust*MTPS2MPH + 0.5); // converting & rounding to whole MPH in APRS_str() 291 intval = (windgust + 0.5); // rounding to whole MPH in APRS_str() 627 double *windgust, in Get_Latest_WX() argument 775 *windgust = strtod("0",NULL); in Get_Latest_WX() 780 fprintf(stderr,"wind gust speed %f\n ",*windgust); in Get_Latest_WX() 914 double windgust; in main() local 1133 if ((dsts = Get_Latest_WX(&winddir,&windspeed,&windgust, in main() 1140 data_len = APRS_str(WX_APRS, winddir,windspeed,windgust, in main()
|
/dports/comms/xastir/Xastir-Release-2.1.8/Davis/src/ |
H A D | db2APRS.c | 185 double windgust, in APRS_str() argument 295 intval = (windgust*MTPS2MPH + 0.5); // converting & rounding to whole MPH in APRS_str() 299 intval = (windgust + 0.5); // rounding to whole MPH in APRS_str() 615 double *windgust, in Get_Latest_WX() argument 781 *windgust = strtod(row[0],NULL); in Get_Latest_WX() 786 fprintf(stderr,"wind gust speed %f\n ",*windgust); in Get_Latest_WX() 1193 double windgust; in main() local 1431 dsts = Get_Latest_WX(&winddir,&windspeed,&windgust, in main() 1445 data_len = APRS_str(WX_APRS, last_datetime, winddir,windspeed,windgust, in main()
|
/dports/www/domoticz/domoticz-2020.2/hardware/ |
H A D | Tellstick.cpp | 127 std::string windgust; in rawDeviceEvent() local 147 windgust = param.substr(delim+1, param.length()-delim); in rawDeviceEvent() 151 … if (!deviceId.empty() && !winddirection.empty() && ! windaverage.empty() && ! windgust.empty()) { in rawDeviceEvent() 152 … static_cast<float>(atof(windaverage.c_str())), static_cast<float>(atof(windgust.c_str())), 0, 0, … in rawDeviceEvent()
|
H A D | RFLinkBase.cpp | 774 bool bHaveWindGust = false; float windgust = 0; in ParseLine() local 870 windgust = (float(iTemp) * 0.0277778f); //convert to m/s in ParseLine() 1052 if (!bHaveWindGust) windgust = twindgust; in ParseLine() 1056 …SendWind(ID, BatteryLevel, twindir, windspeed, windgust, windtemp, windchill, bHaveWindTemp, bHave… in ParseLine()
|
H A D | Wunderground.cpp | 319 int windgust=1; in GetMeterDetails() local
|
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/enemies/bosses/ |
H A D | moth_boss.cfg | 24 enter_wind_gust_mode: "def() [set(vars.state, 'windgust'), wind_gust()]", 64 'windgust', null,
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/ml/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 397 msgctxt "winddirection windspeed (windgust)"
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/ru/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 408 msgctxt "winddirection windspeed (windgust)"
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/be/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 401 msgctxt "winddirection windspeed (windgust)"
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/ko/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 394 msgctxt "winddirection windspeed (windgust)"
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/ja/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 397 msgctxt "winddirection windspeed (windgust)"
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/ar/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 407 msgctxt "winddirection windspeed (windgust)"
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/zh_TW/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 396 msgctxt "winddirection windspeed (windgust)"
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/pa/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 401 msgctxt "winddirection windspeed (windgust)"
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/tg/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 398 msgctxt "winddirection windspeed (windgust)"
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/uk/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 403 msgctxt "winddirection windspeed (windgust)"
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/zh_CN/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 402 msgctxt "winddirection windspeed (windgust)"
|
/dports/www/domoticz/domoticz-2020.2/main/ |
H A D | EventSystem.cpp | 663 float windgust = 0; in GetCurrentMeasurementStates() local 792 windgust = float(intGust) * 0.1f; //m/s in GetCurrentMeasurementStates() 794 if ((windgust == 0) && (windspeed != 0)) in GetCurrentMeasurementStates() 801 weatherval = windgust; in GetCurrentMeasurementStates() 1162 m_windgustValuesByName[sitem.deviceName] = windgust; in GetCurrentMeasurementStates() 1163 m_windgustValuesByID[sitem.ID] = windgust; in GetCurrentMeasurementStates()
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/weather/package/contents/ui/ |
H A D | main.qml | 397 tooltips.push(i18nc("winddirection windspeed (windgust)", "%1 %2 (%3)",
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/cs/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 399 msgctxt "winddirection windspeed (windgust)"
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/es/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 400 msgctxt "winddirection windspeed (windgust)"
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/fi/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 400 msgctxt "winddirection windspeed (windgust)"
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/da/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 396 msgctxt "winddirection windspeed (windgust)"
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/de/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 398 msgctxt "winddirection windspeed (windgust)"
|
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/en_GB/ |
H A D | plasma_applet_org.kde.plasma.weather.po | 396 msgctxt "winddirection windspeed (windgust)"
|