mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
zapit/src/channel.cpp: add delivery type member
Origin commit data
------------------
Commit: c387a6c266
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-16 (Wed, 16 Jan 2013)
This commit is contained in:
@@ -183,6 +183,7 @@ class CZapitChannel
|
||||
bool has_bouquet;
|
||||
uint8_t polarization;
|
||||
int flags;
|
||||
int deltype;
|
||||
|
||||
/* constructor, desctructor */
|
||||
CZapitChannel(const std::string & p_name, t_service_id p_sid, t_transport_stream_id p_tsid, t_original_network_id p_onid, unsigned char p_service_type, t_satellite_position p_satellite_position, freq_id_t freq);
|
||||
|
@@ -67,6 +67,7 @@ void CZapitChannel::Init()
|
||||
record_demux = 2;
|
||||
polarization = 0;
|
||||
flags = 0;
|
||||
deltype = FE_QPSK;
|
||||
}
|
||||
|
||||
CZapitChannel::~CZapitChannel(void)
|
||||
|
Reference in New Issue
Block a user