[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mash/mash-1/vd/audio rtp-qm-indexer.cc rtp-qm-indexer.h
Update of /usr/mash/src/repository/mash/mash-1/vd/audio
In directory gumby.cs.berkeley.edu:/tmp/cvs-serv566
Modified Files:
rtp-qm-indexer.cc rtp-qm-indexer.h
Log Message:
Added private function getIndex() which, given a timestamp, looks for it
in a processed timestamps file, and returns the log transducer index
associated with it, or -1 if it cannot get the specified timestamp info.
Made timestamps input file to be specified in the argv of the constructor.
Added ability to pass a Tcl callback to the qm-indexer which is called
when a packet with an associated timestamp is found.
Added stuff to get the index associated with the packet, and call the Tcl
callback if the index returned is not -1.