GstLALCacheSrc

GstLALCacheSrc

Synopsis

#define             GSTLAL_CACHESRC_TYPE
struct              GstLALCacheSrc;
struct              GstLALCacheSrcClass;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseSrc
                     +----GstLALCacheSrc

Implemented Interfaces

GstLALCacheSrc implements GstURIHandler.

Properties

  "cache-dsc-regex"          gchar*                : Read / Write / Construct
  "cache-src-regex"          gchar*                : Read / Write / Construct
  "location"                 gchar*                : Read / Write / Construct
  "use-mmap"                 gboolean              : Read / Write / Construct

Description

Details

GSTLAL_CACHESRC_TYPE

#define             GSTLAL_CACHESRC_TYPE


struct GstLALCacheSrc

struct GstLALCacheSrc;

struct GstLALCacheSrcClass

struct GstLALCacheSrcClass {
	GstBaseSrcClass parent_class;
};

Property Details

The "cache-dsc-regex" property

  "cache-dsc-regex"          gchar*                : Read / Write / Construct

Description regex for sieving cache (e.g. ".*RDS_C03.*").

Default value: NULL


The "cache-src-regex" property

  "cache-src-regex"          gchar*                : Read / Write / Construct

Source/Observatory regex for sieving cache (e.g. "H.*").

Default value: NULL


The "location" property

  "location"                 gchar*                : Read / Write / Construct

Path to LAL cache file.

Default value: NULL


The "use-mmap" property

  "use-mmap"                 gboolean              : Read / Write / Construct

Use mmap() instead of read().

Default value: FALSE