gstlal 1.13.0
Loading...
Searching...
No Matches
lal_checktimestamps Namespace Reference

A gstreamer element to check time stamps. More...

Classes

class  lal_checktimestamps
 Gstreamer element that will verify that the timestamps agree with incoming buffers based on tracking the buffer offsets. More...

Functions

 printable_timestamp (timestamp)
 A function to nicely format a timestamp for printing.
 gst_buffer_flag_is_set (buf, flags)

Detailed Description

A gstreamer element to check time stamps.

Review status

  • Code walkthrough 2014/02/12
  • Review git hash: ecaf8840ada2877b9b2a8a144a62874c004cd3d2
  • Folks involved J. Creighton, B.S. Sathyaprakash, K. Cannon, C. Hanna, F. Robinet

Function Documentation

◆ gst_buffer_flag_is_set()

gst_buffer_flag_is_set ( buf,
flags )

Definition at line 82 of file lal_checktimestamps.py.

◆ printable_timestamp()

printable_timestamp ( timestamp)

A function to nicely format a timestamp for printing.

Definition at line 73 of file lal_checktimestamps.py.