mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
zapittypes.h: add ci_clock to zapit start arg struct; add cam_ci to zapit config struct
This commit is contained in:
@@ -149,6 +149,7 @@ typedef struct ZAPIT_start_arg
|
|||||||
int startchannelradio_nr;
|
int startchannelradio_nr;
|
||||||
int uselastchannel;
|
int uselastchannel;
|
||||||
int video_mode;
|
int video_mode;
|
||||||
|
int ci_clock;
|
||||||
} Z_start_arg;
|
} Z_start_arg;
|
||||||
|
|
||||||
typedef struct TP_map
|
typedef struct TP_map
|
||||||
@@ -162,23 +163,26 @@ typedef struct TP_map
|
|||||||
|
|
||||||
#define MAX_LNB 64
|
#define MAX_LNB 64
|
||||||
typedef struct Zapit_config {
|
typedef struct Zapit_config {
|
||||||
int motorRotationSpeed;
|
|
||||||
int writeChannelsNames;
|
int writeChannelsNames;
|
||||||
int makeRemainingChannelsBouquet;
|
int makeRemainingChannelsBouquet;
|
||||||
int saveLastChannel;
|
int saveLastChannel;
|
||||||
int rezapTimeout;
|
int rezapTimeout;
|
||||||
int feTimeout;
|
|
||||||
int fastZap;
|
int fastZap;
|
||||||
int sortNames;
|
int sortNames;
|
||||||
int highVoltage;
|
|
||||||
int scanPids;
|
int scanPids;
|
||||||
int scanSDT;
|
int scanSDT;
|
||||||
|
int cam_ci;
|
||||||
int useGotoXX;
|
int useGotoXX;
|
||||||
|
/* FE common */
|
||||||
|
int feTimeout;
|
||||||
int gotoXXLaDirection;
|
int gotoXXLaDirection;
|
||||||
int gotoXXLoDirection;
|
int gotoXXLoDirection;
|
||||||
int repeatUsals;
|
|
||||||
double gotoXXLatitude;
|
double gotoXXLatitude;
|
||||||
double gotoXXLongitude;
|
double gotoXXLongitude;
|
||||||
|
int repeatUsals;
|
||||||
|
/* FE specific */
|
||||||
|
int highVoltage;
|
||||||
|
int motorRotationSpeed;
|
||||||
int uni_scr;
|
int uni_scr;
|
||||||
int uni_qrg;
|
int uni_qrg;
|
||||||
} t_zapit_config;
|
} t_zapit_config;
|
||||||
|
Reference in New Issue
Block a user