mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
sectionsd: add table ID to event data
record the originating table ID with every event
if not set (e.g. for events read from saved data), it defaults
to 0xff to make sure it is bigger than a real existing table ID
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1381 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 72149b63a4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-04-09 (Sat, 09 Apr 2011)
This commit is contained in:
@@ -233,6 +233,7 @@ class CEPGData
|
||||
std::vector<std::string> itemDescriptions;
|
||||
std::vector<std::string> items;
|
||||
char fsk;
|
||||
unsigned char table_id;
|
||||
std::string contentClassification;
|
||||
std::string userClassification;
|
||||
|
||||
@@ -243,6 +244,7 @@ class CEPGData
|
||||
info1 = "";
|
||||
info2 = "";
|
||||
fsk = 0;
|
||||
table_id = 0xff;
|
||||
contentClassification = "";
|
||||
userClassification = "";
|
||||
};
|
||||
|
Reference in New Issue
Block a user