pkt_time.h

来自「DVB MPEG2 system stream 分析, 包含 各個talbe(」· C头文件 代码 · 共 69 行

H
69
字号
/*$Id: pkt_time.h,v 1.8 2004/01/11 21:01:32 rasc Exp $ DVBSNOOP a dvb sniffer  and mpeg2 stream analyzer tool http://dvbsnoop.sourceforge.net/ (c) 2001-2004   Rainer.Scherg@gmx.de (rasc)$Log: pkt_time.h,v $Revision 1.8  2004/01/11 21:01:32  rascPES stream directory, PES restructuredRevision 1.7  2004/01/02 16:40:37  rascDSM-CC  INT/UNT descriptors completeminor changes and fixesRevision 1.6  2004/01/01 20:09:26  rascDSM-CC INT/UNT descriptorsPES-sync changed, TS sync changed,descriptor scopeother changesRevision 1.5  2003/12/14 23:38:46  rasc- bandwidth reporting for a PIDRevision 1.4  2003/11/26 19:55:33  rascno messageRevision 1.3  2003/11/26 16:27:46  rasc- mpeg4 descriptors- simplified bit decoding and output functionRevision 1.2  2001/10/02 21:52:44  rasc- init der time_delta- PES erweitert, PES arbeitet im read() noch nicht richtig!!- muss tmbinc fragem, ob ich Mist baue, oder der Treiber (??)Revision 1.1  2001/09/30 13:05:20  rascdvbsnoop v0.7  -- Commit to CVS*/#ifndef __PKT_TIME#define __PKT_TIME 1#include "cmdline.h"#include "sys/time.h"void  out_receive_time (int verbose, OPTION *opt);void  init_receive_time (void);long delta_time_ms (struct timeval *tv, struct timeval *tv_last);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?