Mercurial > pt1.oyama
comparison src/tssplitter_lite.h @ 164:7d8a5bb874ad
EXPERIMENTAL: Change phisical channel by mq_recv().
KNOWN ISSUE: Cannnot split BS-TBS(BS1_1).
enable compile recpt1ctl.
SID can specified by recpt1ctl.
author | Naoya OYAMA <naoya.oyama@gmail.com> |
---|---|
date | Mon, 01 Oct 2012 21:52:05 +0900 |
parents | 066f33b2213a |
children | 27e5f99f8991 |
comparison
equal
deleted
inserted
replaced
163:57eae2aec60d | 164:7d8a5bb874ad |
---|---|
197 program_t *program; | 197 program_t *program; |
198 int pid_sid_table[MAX_PID]; /* pid to sid の変換を行うためのテーブル */ | 198 int pid_sid_table[MAX_PID]; /* pid to sid の変換を行うためのテーブル */ |
199 time_t time_cue; | 199 time_t time_cue; |
200 time_t time_tot; | 200 time_t time_tot; |
201 int tot_packet_nb; /* TOT受信時のパケット受信数 */ | 201 int tot_packet_nb; /* TOT受信時のパケット受信数 */ |
202 time_t split_start_time; | |
203 int split_select_finish; | |
202 } splitter; | 204 } splitter; |
203 | 205 |
204 /* b25 decoder would hoard up large chank */ | 206 /* b25 decoder would hoard up large chank */ |
205 typedef struct _splitbuf_t | 207 typedef struct _splitbuf_t |
206 { | 208 { |