File: weatherData.h

package info (click to toggle)
vdr-plugin-weather 0.2.1e-53
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 268 kB
  • ctags: 137
  • sloc: ansic: 1,243; sh: 358; makefile: 47
file content (13 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
struct cWeatherData {
	double temp;
	double dew_pt_temp;
	double windSpeed;
	double windDir;
	double ob_date;
	double hour;
	double ob_minute;
	double inches_altstng;
	double hectoPasc_altstng;
	char *stnid;
	char *windUnits;
};