Package nds2
Class segment
- java.lang.Object
-
- nds2.segment
-
public class segment extends java.lang.ObjectAn 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
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(segment obj)java.lang.StringgetFrameType()intgetGpsStart()intgetGpsStop()voidsetFrameType(java.lang.String value)voidsetGpsStart(int value)voidsetGpsStop(int value)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(segment obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
setFrameType
public void setFrameType(java.lang.String value)
-
getFrameType
public java.lang.String getFrameType()
-
setGpsStart
public void setGpsStart(int value)
-
getGpsStart
public int getGpsStart()
-
setGpsStop
public void setGpsStop(int value)
-
getGpsStop
public int getGpsStop()
-
-