-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDiSEqC.h
16 lines (15 loc) · 812 Bytes
/
DiSEqC.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/******************************************************************************
* 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 <string>
void DiseqcSwitchConfig(std::string Source, int LnbLo, int LnbHi, int LnbSLOF, std::string Switch);
int DiseqcSwitchPosition(void);
void DiseqcRotorPosition(std::string Source, int LnbLo, int LnbHi, int LnbSLOF, int Position);
int DiseqcRotorPosition(void);
void DiseqcRotorUsals(int LnbLo, int LnbHi, int LnbSLOF, std::string Params);
void DiseqcScr(std::string Source, int LnbLo, int LnbHi, int LnbSLOF, std::string Params);
void PrintDiseqc(void);