vdr  1.7.27
Static Public Member Functions | Static Private Attributes
cFileTransfer Class Reference

#include <filetransfer.h>

List of all members.

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 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]
static bool cFileTransfer::Active ( void  ) [static]
bool cFileTransfer::Ended ( void  ) [static]

Definition at line 272 of file filetransfer.c.

References ended, and mutex.

Referenced by main().

static bool cFileTransfer::Ended ( void  ) [static]
bool cFileTransfer::Error ( void  ) [static]

Definition at line 264 of file filetransfer.c.

References error, and mutex.

Referenced by main(), and Stop().

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

Member Data Documentation

static char * cFileTransfer::copiedVersionName = NULL [static, private]

Definition at line 21 of file filetransfer.h.

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

static cCopyingThread * cFileTransfer::copyingThread = NULL [static, private]

Definition at line 22 of file filetransfer.h.

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

static bool cFileTransfer::ended = false [static, private]

Definition at line 24 of file filetransfer.h.

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

static bool cFileTransfer::error = false [static, private]

Definition at line 23 of file filetransfer.h.

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

static cMutex cFileTransfer::mutex [static, private]

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: