#include <QNetworkInterface>
#include <QCoreApplication>
#include <QWaitCondition>
#include <QSharedPointer>
#include <QByteArray>
#include <QTcpSocket>
#include <QHostInfo>
#include <QThread>
#include <QMetaType>
#include <sys/socket.h>
#include <unistd.h>
#include <algorithm>
#include <vector>
#include "mythsocket.h"
#include "mythtimer.h"
#include "mythevent.h"
#include "mythversion.h"
#include "mythlogging.h"
#include "mythcorecontext.h"
#include "portchecker.h"
Go to the source code of this file.
|
static int | x0 = qRegisterMetaType< const QStringList * >() |
|
static int | x1 = qRegisterMetaType< QStringList * >() |
|
static int | x2 = qRegisterMetaType< const char * >() |
|
static int | x3 = qRegisterMetaType< char * >() |
|
static int | x4 = qRegisterMetaType< bool * >() |
|
static int | x5 = qRegisterMetaType< int * >() |
|
static int | x6 = qRegisterMetaType< QHostAddress >() |
|
int | s_dummy_meta_variable_to_suppress_gcc_warning |
|
◆ Q_DECLARE_METATYPE() [1/7]
Q_DECLARE_METATYPE |
( |
const QStringList * |
| ) |
|
◆ Q_DECLARE_METATYPE() [2/7]
Q_DECLARE_METATYPE |
( |
QStringList * |
| ) |
|
◆ Q_DECLARE_METATYPE() [3/7]
Q_DECLARE_METATYPE |
( |
const char * |
| ) |
|
◆ Q_DECLARE_METATYPE() [4/7]
Q_DECLARE_METATYPE |
( |
char * |
| ) |
|
◆ Q_DECLARE_METATYPE() [5/7]
Q_DECLARE_METATYPE |
( |
bool * |
| ) |
|
◆ Q_DECLARE_METATYPE() [6/7]
Q_DECLARE_METATYPE |
( |
int * |
| ) |
|
◆ Q_DECLARE_METATYPE() [7/7]
Q_DECLARE_METATYPE |
( |
QHostAddress |
| ) |
|
◆ to_sample()
static QString to_sample |
( |
const QByteArray & |
payload | ) |
|
|
static |
◆ x0
int x0 = qRegisterMetaType< const QStringList * >() |
|
static |
◆ x1
int x1 = qRegisterMetaType< QStringList * >() |
|
static |
Definition at line 50 of file mythsocket.cpp.
Referenced by EITHelper::AddEIT(), AvFormatDecoder::DecodeCCx08(), MythDVDBuffer::DecodeSubtitles(), DetectLetterbox::Detect(), determineBin(), draw_line(), MHDynamicLineArt::DrawLine(), MHIDLA::DrawLine(), MHIDLA::DrawLineSub(), MHDynamicLineArt::DrawRectangle(), AVCParser::getFrameRate(), ContentDescriptor::GetMythCategory(), TSHeader::GetPCRext(), goom_lines_draw(), handle_cc_c1(), PESPacket::HasExtensionFlags(), CountryAvailabilityDescriptor::IsAvailable(), SatelliteDeliverySystemDescriptor::IsCircularPolarization(), SatelliteDeliverySystemDescriptor::IsHorizontalLeftPolarization(), SatelliteDeliverySystemDescriptor::IsLinearPolarization(), SatelliteDeliverySystemDescriptor::IsVerticalRightPolarization(), PESPacket::OriginalRecording(), TerrestrialDeliverySystemDescriptor::OtherFrequencyInUse(), XMLParseBase::parseGradient(), Synaesthesia::process(), AvFormatDecoder::ProcessVBIDataPacket(), SpliceInformationTable::PTSAdjustment(), SegmentationDescriptor::PTSOffset(), SpliceTimeView::PTSTime(), pxsubtitle(), SpliceInformationTable::SetPTSAdjustment(), and ComponentDescriptor::VideoProperties().
◆ x2
int x2 = qRegisterMetaType< const char * >() |
|
static |
Definition at line 51 of file mythsocket.cpp.
Referenced by ComponentDescriptor::AC3Properties(), TerrestrialDeliverySystemDescriptor::Alpha(), PESPacket::CopyRight(), AvFormatDecoder::DecodeCCx08(), MythDVDBuffer::DecodeSubtitles(), determineBin(), draw_line(), MHDynamicLineArt::DrawLine(), MHIDLA::DrawLine(), MHIDLA::DrawLineSub(), MHDynamicLineArt::DrawRectangle(), goom_lines_draw(), PESPacket::HasCRC(), XMLParseBase::parseGradient(), Synaesthesia::process(), pxsubtitle(), and zoomFilterFastRGB().
◆ x3
int x3 = qRegisterMetaType< char * >() |
|
static |
Definition at line 52 of file mythsocket.cpp.
Referenced by ComponentDescriptor::AC3Properties(), AVCParser::addBytes(), TerrestrialDeliverySystemDescriptor::Alpha(), CarrierDefinitionSubtable::FirstCarrierFrequency(), CarrierDefinitionSubtable::FrequencySpacing(), fsurround_decoder::Impl::get_xfs(), SubtitleFormat::GetFont(), CC608Decoder::GetRating(), handle_cc_c1(), LinkageDescriptor::HasMobileNetworkID(), parse_cc_packet(), TSHeader::SetAdaptationFieldControl(), toTitleString(), toTypeString(), and CC608Decoder::XDSPacketParseProgram().
◆ x4
int x4 = qRegisterMetaType< bool * >() |
|
static |
◆ x5
int x5 = qRegisterMetaType< int * >() |
|
static |
◆ x6
int x6 = qRegisterMetaType< QHostAddress >() |
|
static |
◆ s_dummy_meta_variable_to_suppress_gcc_warning
int s_dummy_meta_variable_to_suppress_gcc_warning |