Package nds2
Class segment
java.lang.Object
nds2.segment
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
protected void
finalize()
protected static long
int
int
void
setFrameType
(String value) void
setGpsStart
(int value) void
setGpsStop
(int value) protected void
swigSetCMemOwn
(boolean own)
-
Constructor Details
-
segment
protected segment(long cPtr, boolean cMemoryOwn) -
segment
public segment() -
segment
public segment(int gps_start, int gps_stop) -
segment
-
-
Method Details
-
getCPtr
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own) -
finalize
protected void finalize() -
delete
public void delete() -
setFrameType
-
getFrameType
-
setGpsStart
public void setGpsStart(int value) -
getGpsStart
public int getGpsStart() -
setGpsStop
public void setGpsStop(int value) -
getGpsStop
public int getGpsStop()
-