GSTLALStateVector

GSTLALStateVector — Converts a state vector stream into booleans, for example to drive a lal_gate element.

Properties

guint64 gap-samples Read
guint64 off-samples Read
guint64 on-samples Read
guint required-off Read / Write / Construct
guint required-on Read / Write / Construct

Types and Values

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstBaseTransform
                ╰── GSTLALStateVector

Description

Reviewed: f989b34f43aec056f021f10e5e01866846a3c58d 2014-08-10 K. Cannon, J. Creighton, B. Sathyaprakash.

Functions

Types and Values

GSTLAL_STATEVECTOR_TYPE

#define             GSTLAL_STATEVECTOR_TYPE


struct GSTLALStateVector

struct GSTLALStateVector;

struct GSTLALStateVectorClass

struct GSTLALStateVectorClass {
	GstBaseTransformClass parent_class;
};

Members

GstBaseTransformClass parent_class;

the parent class

 

Property Details

The “gap-samples” property

  “gap-samples”              guint64

number of samples seen thus far marked as gap.

Flags: Read

Default value: 0


The “off-samples” property

  “off-samples”              guint64

Number of samples seen thus far marked as off.

Flags: Read

Default value: 0


The “on-samples” property

  “on-samples”               guint64

Number of samples seen thus far marked as on.

Flags: Read

Default value: 0


The “required-off” property

  “required-off”             guint

Bit mask setting the bits that must be off in the state vector. Only as many of the low bits as the input stream is wide will be considered.

Flags: Read / Write / Construct

Default value: 0


The “required-on” property

  “required-on”              guint

Bit mask setting the bits that must be on in the state vector. Only as many of the low bits as the input stream is wide will be considered.

Flags: Read / Write / Construct

Default value: 0