File: setup.c

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 (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;
}