mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
zapit/frontend: just formatting changes
Origin commit data
------------------
Commit: e8ff70fa84
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-19 (Thu, 19 Dec 2019)
Origin message was:
------------------
- zapit/frontend: just formatting changes
This commit is contained in:
@@ -214,33 +214,34 @@ static fe_sec_voltage_t unicable_lowvolt = SEC_VOLTAGE_13;
|
|||||||
CFrontend::CFrontend(int Number, int Adapter)
|
CFrontend::CFrontend(int Number, int Adapter)
|
||||||
{
|
{
|
||||||
DBG("[fe%d/%d] New frontend on adapter %d\n", Adapter, Number, Adapter);
|
DBG("[fe%d/%d] New frontend on adapter %d\n", Adapter, Number, Adapter);
|
||||||
fd = -1;
|
fd = -1;
|
||||||
fenumber = Number;
|
fenumber = Number;
|
||||||
adapter = Adapter;
|
adapter = Adapter;
|
||||||
slave = false; /* is set in frontend->setMasterSlave() */
|
slave = false; /* is set in frontend->setMasterSlave() */
|
||||||
standby = true;
|
standby = true;
|
||||||
locked = false;
|
locked = false;
|
||||||
usecount = 0;
|
usecount = 0;
|
||||||
|
|
||||||
femode = FE_MODE_INDEPENDENT;
|
femode = FE_MODE_INDEPENDENT;
|
||||||
masterkey = 0;
|
masterkey = 0;
|
||||||
|
|
||||||
tuned = false;
|
tuned = false;
|
||||||
uncommitedInput = 255;
|
uncommitedInput = 255;
|
||||||
|
|
||||||
currentDiseqc = 255;
|
currentDiseqc = 255;
|
||||||
config.diseqcType = NO_DISEQC;
|
config.diseqcType = NO_DISEQC;
|
||||||
config.diseqcRepeats = 0;
|
config.diseqcRepeats = 0;
|
||||||
config.uni_scr = 0; /* the unicable SCR address 0-7 */
|
config.uni_scr = 0; /* the unicable SCR address 0-7 */
|
||||||
config.uni_qrg = 0; /* the unicable frequency in MHz */
|
config.uni_qrg = 0; /* the unicable frequency in MHz */
|
||||||
config.uni_lnb = 0; /* for two-position switches */
|
config.uni_lnb = 0; /* for two-position switches */
|
||||||
config.uni_pin = -1; /* for MDU setups */
|
config.uni_pin = -1; /* for MDU setups */
|
||||||
config.highVoltage = false;
|
config.highVoltage = false;
|
||||||
config.motorRotationSpeed = 0; //in 0.1 degrees per second
|
config.motorRotationSpeed = 0; //in 0.1 degrees per second
|
||||||
|
|
||||||
|
feTimeout = 40;
|
||||||
|
currentVoltage = SEC_VOLTAGE_OFF;
|
||||||
|
currentToneMode = SEC_TONE_ON;
|
||||||
|
|
||||||
feTimeout = 40;
|
|
||||||
currentVoltage = SEC_VOLTAGE_OFF;
|
|
||||||
currentToneMode = SEC_TONE_ON;
|
|
||||||
/* some broken hardware (a coolstream neo on my desk) does not lower
|
/* some broken hardware (a coolstream neo on my desk) does not lower
|
||||||
* the voltage below 18V without enough DC load on the coax cable.
|
* the voltage below 18V without enough DC load on the coax cable.
|
||||||
* with unicable bus setups, there is no DC load on the coax... leading
|
* with unicable bus setups, there is no DC load on the coax... leading
|
||||||
|
Reference in New Issue
Block a user