File: OutputFormats.h

package info (click to toggle)
w-scan-cpp 20250615%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,000 kB
  • sloc: ansic: 69,206; cpp: 9,868; makefile: 1,148; perl: 862; python: 74; sh: 70
file content (17 lines) | stat: -rw-r--r-- 787 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/******************************************************************************
 * w_scan_cpp - a dtv channel scanner based on VDR (www.tvdr.de) and it's
 * Plugins.
 *
 * See the README file for copyright information and how to reach the author.
 *****************************************************************************/
#pragma once
#include "Helpers.h"

void PrintVDR(std::vector<TChannel>& List);
void PrintVLC(std::vector<TChannel>& List, bool Satip);
void PrintXine(std::vector<TChannel>& List, bool mplayer = false);
void PrintInitial(std::vector<TChannel>& List);
void PrintXML(std::vector<TChannel>& List);
void PrintIni(std::vector<TChannel>& List);
void PrintDat(std::vector<TChannel>& List, std::string BinaryFile);
void PrintSatellitesDat(std::vector<TChannel>& List);