#include <filetransfer.h>
|
static bool | Start (cRecording *Recording, const char *NewName, bool CopyOnly=false) |
|
static void | Stop (void) |
|
static bool | Active (void) |
|
static bool | Error (void) |
|
static bool | Ended (void) |
|
Definition at line 18 of file filetransfer.h.
bool cFileTransfer::Active |
( |
void |
| ) |
|
|
static |
Definition at line 252 of file filetransfer.c.
References cThread::Active(), copiedVersionName, copyingThread, ended, error, cCopyingThread::Error(), mutex, and Stop().
Referenced by cSVDRP::CmdCPYR(), cSVDRP::CmdMOVR(), cShutdownHandler::ConfirmRestart(), cShutdownHandler::ConfirmShutdown(), main(), cMenuEditRecording::ProcessKey(), and cMenuMain::Update().
bool cFileTransfer::Ended |
( |
void |
| ) |
|
|
static |
bool cFileTransfer::Error |
( |
void |
| ) |
|
|
static |
bool cFileTransfer::Start |
( |
cRecording * |
Recording, |
|
|
const char * |
NewName, |
|
|
bool |
CopyOnly = false |
|
) |
| |
|
static |
void cFileTransfer::Stop |
( |
void |
| ) |
|
|
static |
Definition at line 234 of file filetransfer.c.
References cThread::Active(), copiedVersionName, copyingThread, cRecordings::DelByName(), DELETENULL(), Error(), cCopyingThread::Error(), esyslog, isyslog, mutex, Recordings, and RemoveVideoFile().
Referenced by Active(), main(), and cMenuMain::ProcessKey().
char * cFileTransfer::copiedVersionName = NULL |
|
staticprivate |
bool cFileTransfer::ended = false |
|
staticprivate |
bool cFileTransfer::error = false |
|
staticprivate |
The documentation for this class was generated from the following files: