public class segment
extends java.lang.Object
An availability segment defines when data is available.
LIGO data is not always avaialble. Channels are added, removed,
the data collection services or the instrument have downtime. This
structure holds information about a time span when data is available.
An individual segment holds data on when a channel (not specified in the
structure) was available in a specific frame type in a given [start,stop) time frame.
This information is only available for NDS2
Modifier | Constructor and Description |
---|---|
|
segment() |
|
segment(int gps_start,
int gps_stop) |
protected |
segment(long cPtr,
boolean cMemoryOwn) |
|
segment(java.lang.String frame_type,
int gps_start,
int gps_stop) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(segment obj) |
java.lang.String |
getFrameType() |
int |
getGpsStart() |
int |
getGpsStop() |
void |
setFrameType(java.lang.String value) |
void |
setGpsStart(int value) |
void |
setGpsStop(int value) |
protected segment(long cPtr, boolean cMemoryOwn)
public segment()
public segment(int gps_start, int gps_stop)
public segment(java.lang.String frame_type, int gps_start, int gps_stop)
protected static long getCPtr(segment obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setFrameType(java.lang.String value)
public java.lang.String getFrameType()
public void setGpsStart(int value)
public int getGpsStart()
public void setGpsStop(int value)
public int getGpsStop()