mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
move Zapit_config to zapit/include/zapit/zapit.h
Origin commit data
------------------
Commit: 5ffc435371
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-10 (Tue, 10 Apr 2012)
This commit is contained in:
@@ -94,74 +94,4 @@ typedef struct TP_parameter
|
|||||||
struct dvb_frontend_parameters feparams;
|
struct dvb_frontend_parameters feparams;
|
||||||
} TP_params;
|
} TP_params;
|
||||||
|
|
||||||
#if 0
|
|
||||||
/* complete channel-parameters in a struct */
|
|
||||||
typedef struct Channel_parameter
|
|
||||||
{
|
|
||||||
std::string name;
|
|
||||||
t_service_id service_id;
|
|
||||||
t_transport_stream_id transport_stream_id;
|
|
||||||
t_original_network_id original_network_id;
|
|
||||||
unsigned char service_type;
|
|
||||||
uint32_t TP_id; /* diseqc<<24 | feparams->frequency>>8 */
|
|
||||||
} CH_params;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if 0
|
|
||||||
/* complete zapit start thread-parameters in a struct */
|
|
||||||
typedef struct ZAPIT_start_arg
|
|
||||||
{
|
|
||||||
t_channel_id startchanneltv_id;
|
|
||||||
t_channel_id startchannelradio_id;
|
|
||||||
int startchanneltv_nr;
|
|
||||||
int startchannelradio_nr;
|
|
||||||
int uselastchannel;
|
|
||||||
int video_mode;
|
|
||||||
int ci_clock;
|
|
||||||
} Z_start_arg;
|
|
||||||
#endif
|
|
||||||
#if 0
|
|
||||||
typedef struct TP_map
|
|
||||||
{
|
|
||||||
TP_params TP;
|
|
||||||
TP_map(const TP_params p_TP)
|
|
||||||
{
|
|
||||||
TP = p_TP;
|
|
||||||
}
|
|
||||||
} t_transponder;
|
|
||||||
|
|
||||||
#define MAX_LNB 64
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if 0
|
|
||||||
typedef struct Zapit_config {
|
|
||||||
int writeChannelsNames;
|
|
||||||
int makeRemainingChannelsBouquet;
|
|
||||||
int saveLastChannel;
|
|
||||||
int rezapTimeout;
|
|
||||||
int fastZap;
|
|
||||||
int sortNames;
|
|
||||||
int scanPids;
|
|
||||||
int scanSDT;
|
|
||||||
int cam_ci;
|
|
||||||
int useGotoXX;
|
|
||||||
/* FE common */
|
|
||||||
int feTimeout;
|
|
||||||
int gotoXXLaDirection;
|
|
||||||
int gotoXXLoDirection;
|
|
||||||
double gotoXXLatitude;
|
|
||||||
double gotoXXLongitude;
|
|
||||||
int repeatUsals;
|
|
||||||
/* FE specific */
|
|
||||||
int highVoltage;
|
|
||||||
int motorRotationSpeed;
|
|
||||||
int uni_scr;
|
|
||||||
int uni_qrg;
|
|
||||||
} t_zapit_config;
|
|
||||||
#endif
|
|
||||||
#if 0
|
|
||||||
typedef std::map <uint32_t, TP_map> TP_map_t;
|
|
||||||
typedef std::map <uint32_t, TP_map>::iterator TP_iterator;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* __zapittypes_h__ */
|
#endif /* __zapittypes_h__ */
|
||||||
|
Reference in New Issue
Block a user