mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
neutrinoMessages.h, rcinput.cpp: add NeutrinoMessages::EVT_EIT_COMPLETE
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6cf3ceef4f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -905,7 +905,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case CSectionsdClient::EVT_GOT_CN_EPG:
|
case CSectionsdClient::EVT_GOT_CN_EPG:
|
||||||
printf("[neutrino] CSectionsdClient::EVT_GOT_CN_EPG\n");
|
printf("[neutrino] CSectionsdClient::EVT_GOT_CN_EPG\n");
|
||||||
*msg = NeutrinoMessages::EVT_CURRENTNEXT_EPG;
|
*msg = NeutrinoMessages::EVT_CURRENTNEXT_EPG;
|
||||||
*data = (neutrino_msg_data_t) p;
|
*data = (neutrino_msg_data_t) p;
|
||||||
dont_delete_p = true;
|
dont_delete_p = true;
|
||||||
@@ -914,6 +914,12 @@ printf("[neutrino] CSectionsdClient::EVT_GOT_CN_EPG\n");
|
|||||||
*msg = NeutrinoMessages::EVT_SI_FINISHED;
|
*msg = NeutrinoMessages::EVT_SI_FINISHED;
|
||||||
*data = 0;
|
*data = 0;
|
||||||
break;
|
break;
|
||||||
|
case CSectionsdClient::EVT_EIT_COMPLETE:
|
||||||
|
printf("[neutrino] CSectionsdClient::EVT_EIT_COMPLETE\n");
|
||||||
|
*msg = NeutrinoMessages::EVT_EIT_COMPLETE;
|
||||||
|
*data = (neutrino_msg_data_t) p;
|
||||||
|
dont_delete_p = true;
|
||||||
|
break;
|
||||||
#if 0
|
#if 0
|
||||||
case CSectionsdClient::EVT_SERVICES_UPDATE:
|
case CSectionsdClient::EVT_SERVICES_UPDATE:
|
||||||
*msg = NeutrinoMessages::EVT_SERVICES_UPD;
|
*msg = NeutrinoMessages::EVT_SERVICES_UPD;
|
||||||
|
@@ -147,7 +147,9 @@ struct NeutrinoMessages {
|
|||||||
EVT_TUNE_COMPLETE = CRCInput::RC_WithData + 22, /* data: (t_channel_id *) */
|
EVT_TUNE_COMPLETE = CRCInput::RC_WithData + 22, /* data: (t_channel_id *) */
|
||||||
|
|
||||||
/* neutrino */
|
/* neutrino */
|
||||||
EVT_RECORDING_ENDED = CRCInput::RC_WithData + 23
|
EVT_RECORDING_ENDED = CRCInput::RC_WithData + 23,
|
||||||
|
/* sectionsd */
|
||||||
|
EVT_EIT_COMPLETE = CRCInput::RC_WithData + 24, /* data: (t_channel_id *) */
|
||||||
};
|
};
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user