|
vdr 2.7.9
|
#include "shutdown.h"#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <sys/wait.h>#include "channels.h"#include "config.h"#include "i18n.h"#include "interface.h"#include "menu.h"#include "plugin.h"#include "recording.h"#include "timers.h"#include "tools.h"Go to the source code of this file.
Functions | |
| static time_t | GetWakeupTime (const cTimer *Timer) |
Variables | |
| cShutdownHandler | ShutdownHandler |
|
static |
Definition at line 93 of file shutdown.c.
References cTimer::HasFlags(), Setup, cTimer::StartTime(), and tfVps.
Referenced by cShutdownHandler::ConfirmRestart(), cShutdownHandler::ConfirmShutdown(), and cShutdownHandler::DoShutdown().
| cShutdownHandler ShutdownHandler |
Definition at line 27 of file shutdown.c.
Referenced by cRecorder::Action(), main(), cPluginDvbhddevice::MainThreadHook(), cMenuSetup::Restart(), SignalHandler(), and cRecordControls::Start().