vdr  2.0.5
Static Public Member Functions | Static Private Attributes | List of all members
cFileTransfer Class Reference

#include <filetransfer.h>

Static Public Member Functions

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)
 

Static Private Attributes

static cMutex mutex
 
static char * copiedVersionName = NULL
 
static cCopyingThreadcopyingThread = NULL
 
static bool error = false
 
static bool ended = false
 

Detailed Description

Definition at line 18 of file filetransfer.h.

Member Function Documentation

bool cFileTransfer::Active ( void  )
static
bool cFileTransfer::Ended ( void  )
static

Definition at line 275 of file filetransfer.c.

References ended, and mutex.

Referenced by main().

bool cFileTransfer::Error ( void  )
static

Definition at line 267 of file filetransfer.c.

References error, and mutex.

Referenced by main(), and Stop().

bool cFileTransfer::Start ( cRecording Recording,
const char *  NewName,
bool  CopyOnly = false 
)
static
void cFileTransfer::Stop ( void  )
static

Member Data Documentation

char * cFileTransfer::copiedVersionName = NULL
staticprivate

Definition at line 21 of file filetransfer.h.

Referenced by Active(), Start(), and Stop().

cCopyingThread * cFileTransfer::copyingThread = NULL
staticprivate

Definition at line 22 of file filetransfer.h.

Referenced by Active(), Start(), and Stop().

bool cFileTransfer::ended = false
staticprivate

Definition at line 24 of file filetransfer.h.

Referenced by Active(), Ended(), and Start().

bool cFileTransfer::error = false
staticprivate

Definition at line 23 of file filetransfer.h.

Referenced by Active(), Error(), and Start().

cMutex cFileTransfer::mutex
staticprivate

Definition at line 20 of file filetransfer.h.

Referenced by Active(), Ended(), Error(), Start(), and Stop().


The documentation for this class was generated from the following files: