Origin commit data
------------------
Branch: master
Commit: 91b9bb6c9e
Author: max_10 <max_10@gmx.de>
Date: 2015-11-18 (Wed, 18 Nov 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2015-11-18 17:16:23 +01:00
parent 8941daf818
commit a27ebe7d38
5 changed files with 109 additions and 51 deletions

View File

@@ -286,6 +286,7 @@ public:
bool StopRecordCI( u64 tpid, u8 source, u32 calen);
SlotIt FindFreeSlot(ca_map_t camap, unsigned char scrambled);
SlotIt GetSlot(unsigned int slot);
bool SendDateTime(void);
bool SendCaPMT(tSlot* slot);
void slot_pollthread(void *c);
@@ -293,6 +294,8 @@ public:
bool checkQueueSize(tSlot* slot);
void process_tpdu(tSlot* slot, unsigned char tpdu_tag, __u8* data, int asn_data_length, int con_id);
unsigned int GetLiveSlot(void);
bool SendNullPMT(tSlot* slot);
void Test(int slot, CaIdVector caids);
void DelTest(int slot);
/// Virtual destructor