gstlal  0.8.1
 All Classes Namespaces Files Functions Variables Pages
Classes | Functions | Variables
lal_checktimestamps Namespace Reference

Detailed Description

A gstreamer element to check time stamps.

Review status

Classes

class  lal_checktimestamps
 A class representing a gstreamer element that will verify that the timestamps agree with incoming buffers based on tracking the buffer offsets. More...

Functions

def printable_timestamp
 A function to nicely format a timestamp for printing.

Variables

string __author__ = "Kipp Cannon <kipp.cannon@ligo.org>"
string __version__ = "FIXME"
string __date__ = "FIXME"
tuple __gstelementfactory__

Function Documentation

def lal_checktimestamps.printable_timestamp (   timestamp)

A function to nicely format a timestamp for printing.

Definition at line 66 of file lal_checktimestamps.py.

Variable Documentation

tuple lal_checktimestamps.__gstelementfactory__
Initial value:
1 (
2  lal_checktimestamps.__name__,
3  gst.RANK_NONE,
4  lal_checktimestamps
5 )

Definition at line 294 of file lal_checktimestamps.py.