diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-11-13 13:32:15 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2008-11-13 13:32:15 +0100 |
| commit | 58163e18dce8d07d32500c8b24e616518e40710b (patch) | |
| tree | e8aa0355115a1ac3eb66b98c4aa295fc6891e0f2 /lib/dvb/sec.h | |
| parent | 549ebaf137cabfbe9b9c3c346011c7d6241e7655 (diff) | |
| download | enigma2-58163e18dce8d07d32500c8b24e616518e40710b.tar.gz enigma2-58163e18dce8d07d32500c8b24e616518e40710b.zip | |
add possibility to change delay after diseqc reset command and delay after diseqc peripherial poweron command via satellite equipment control plugin
Diffstat (limited to 'lib/dvb/sec.h')
| -rw-r--r-- | lib/dvb/sec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb/sec.h b/lib/dvb/sec.h index 42e53ebe..e68ed167 100644 --- a/lib/dvb/sec.h +++ b/lib/dvb/sec.h @@ -267,6 +267,8 @@ public: MOTOR_COMMAND_RETRIES, // max transmit tries of rotor command when the rotor dont start turning (with power measurement) MOTOR_RUNNING_TIMEOUT, // max motor running time before timeout DELAY_AFTER_VOLTAGE_CHANGE_BEFORE_SWITCH_CMDS, // delay after change voltage before transmit toneburst/diseqc + DELAY_AFTER_DISEQC_RESET_CMD, + DELAY_AFTER_DISEQC_PERIPHERIAL_POWERON_CMD, MAX_PARAMS }; private: |
