MythTV  master
Macros | Functions | Variables
mythfilerecorder.cpp File Reference
#include <array>
#include <fcntl.h>
#include <iostream>
#include <sys/poll.h>
#include <sys/stat.h>
#include <termios.h>
#include <QCoreApplication>
#include <QDir>
#include <QThread>
#include <QTime>
#include "libmyth/mythcontext.h"
#include "libmythbase/exitcodes.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythversion.h"
#include "mythfilerecorder.h"
#include "mythfilerecorder_commandlineparser.h"
Include dependency graph for mythfilerecorder.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("File(%1): ").arg(m_fileName)
 

Functions

int main (int argc, char *argv[])
 

Variables

static constexpr int API_VERSION { 1 }
 
static constexpr const char * VERSION { "1.0.0" }
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("File(%1): ").arg(m_fileName)

Definition at line 28 of file mythfilerecorder.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 401 of file mythfilerecorder.cpp.

Variable Documentation

◆ API_VERSION

constexpr int API_VERSION { 1 }
staticconstexpr

Definition at line 26 of file mythfilerecorder.cpp.

Referenced by Commands::process_command().

◆ VERSION

constexpr const char* VERSION { "1.0.0" }
staticconstexpr

Definition at line 27 of file mythfilerecorder.cpp.

Referenced by Commands::process_command().