2022-09-06 Fred Gleason <fredg@paravelsystems.com>

* Added an Online Feed Report to rdcastmanager(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-09-06 16:21:11 -04:00
parent 1145ad4f7a
commit fb727eb3dc
13 changed files with 370 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
//
// Abstract a Rivendell RSS Feed
//
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -21,7 +21,9 @@
#ifndef RDFEED_H
#define RDFEED_H
#include <qobject.h>
#include <curl/curl.h>
#include <QObject>
#include <rdapplication.h>
#include <rdconfig.h>
@@ -172,6 +174,8 @@ class RDFeed : public QObject
RDSqlQuery *chan_q);
QString GetTempFilename() const;
void LoadSchemas();
QStringList *SetupCurlLogging(CURL *curl) const;
void ProcessCurlLogging(const QString &label,QStringList *err_msgs) const;
void SetRow(const QString &param,int value) const;
void SetRow(const QString &param,const QString &value) const;
void SetRow(const QString &param,const QDateTime &value,