GSTLALStateVector

GSTLALStateVector

Synopsis

#define             GSTLAL_STATEVECTOR_TYPE
struct              GSTLALStateVector;
struct              GSTLALStateVectorClass;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseTransform
                     +----GSTLALStateVector

Properties

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

Description

Details

GSTLAL_STATEVECTOR_TYPE

#define             GSTLAL_STATEVECTOR_TYPE


struct GSTLALStateVector

struct GSTLALStateVector;

struct GSTLALStateVectorClass

struct GSTLALStateVectorClass {
	GstBaseTransformClass parent_class;
};

Property Details

The "gap-samples" property

  "gap-samples"              guint64               : Read

number of samples seen thus far marked as gap.

Allowed values: <= 4294967295

Default value: 0


The "off-samples" property

  "off-samples"              guint64               : Read

Number of samples seen thus far marked as off.

Allowed values: <= 4294967295

Default value: 0


The "on-samples" property

  "on-samples"               guint64               : Read

Number of samples seen thus far marked as on.

Allowed values: <= 4294967295

Default value: 0


The "required-off" property

  "required-off"             guint                 : Read / Write / Construct

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.

Default value: 0


The "required-on" property

  "required-on"              guint                 : Read / Write / Construct

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.

Default value: 0