File: setup.c

package info (click to toggle)
vdr-plugin-weather 0.2.1e-63
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 480 kB
  • ctags: 263
  • sloc: ansic: 769; sh: 345; makefile: 65
file content (9 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#include "setup.h"

cWeatherSetup::cWeatherSetup(void) : updateTime(30){
	strcpy(stationId, "EDDF");
	strcpy(user, "anonymous");
	strcpy(pwd, "name@host.com");
	display = 0;
	passiveFTP = 1;
}