#include <algorithm>
#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"
Go to the source code of this file.
|
#define | LOC QString("File(%1): ").arg(m_fileName) |
|
|
int | main (int argc, char *argv[]) |
|
◆ LOC
#define LOC QString("File(%1): ").arg(m_fileName) |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ API_VERSION
constexpr int API_VERSION { 1 } |
|
staticconstexpr |
◆ VERSION
constexpr const char* VERSION { "1.0.0" } |
|
staticconstexpr |