public abstract class RpcIIIDataObserver extends java.lang.Object implements RpcIIIDataObserverIF
| Constructor and Description |
|---|
RpcIIIDataObserver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBYPASS_FILTER()
Get the BYPASS_FILTER value.
|
abstract int |
getChannelLength()
Get the channel length.
|
java.lang.String[] |
getChannelMap()
Get the channel map.
|
abstract java.lang.String[] |
getChannelName()
Get the channel names of all channels.
|
abstract java.lang.String |
getChannelName(int index)
Get the channel name.
|
abstract java.lang.String[] |
getChannelNumber()
Get the channel number of all channels.
|
abstract java.lang.String |
getChannelNumber(int index)
Get the channel number.
|
abstract int |
getCHANNELS()
Get the CHANNELS value.
|
java.lang.String |
getDATA_TYPE()
Get the DATA_TYPE value.
|
java.util.Date |
getDATE()
Get the DATE value.
|
abstract double |
getDELTA_T()
Get the DELTA_T value.
|
java.lang.String[] |
getDescription()
Get the description of all channels.
|
java.lang.String |
getFILE_TYPE()
Get the FILE_TYPE value.
|
java.lang.String |
getFORMAT()
Get the FORMAT value.
|
abstract int |
getFRAMES()
Get the total number of frames.
|
boolean |
getHALF_FRAMES()
Get the HALF_FRAMES value.
|
abstract java.lang.String |
getIdent()
Get the ident of the observer.
|
int |
getINT_FULL_SCALE()
Get the INT_FULL_SCALE value.
|
double[] |
getLowerLimit()
Get the lower limit of all channels.
|
java.lang.String |
getOPERATION()
Get the OPERATION string.
|
java.lang.String[] |
getPARENT()
Get all parents.
|
java.lang.String[] |
getPartitionChannel()
Get the first channels of the partitions.
|
java.lang.String[] |
getPartitionNChannel()
Get the totla number of channels of the partitions.
|
int |
getPARTITIONS()
Get the PARTITIONS string.
|
abstract int |
getPTS_PER_FRAME()
Get the total number of points per frame.
|
abstract int |
getPTS_PER_GROUP()
Get the total number of points per group.
|
int |
getREPEATS()
Get the REPEATS string.
|
double[] |
getScale()
Get the scale of all channels.
|
java.lang.String |
getTIME_TYPE()
Get the TIME_TYPE string.
|
abstract java.lang.String[] |
getUnit()
Get the unit of all channels.
|
abstract java.lang.String |
getUnit(int channel)
Get the unit of channel.
|
double[] |
getUpperLimit()
Get the upper limit of all channels.
|
abstract double |
getValueAt(int channel,
int value)
Get a specifiy value of one channel.
|
abstract double[] |
getValues(int channel)
Get all values belongs to one channel.
|
public boolean getBYPASS_FILTER()
getBYPASS_FILTER in interface RpcIIIDataObserverIFpublic abstract java.lang.String getIdent()
public abstract int getCHANNELS()
getCHANNELS in interface RpcIIIDataObserverIFpublic java.lang.String getDATA_TYPE()
getDATA_TYPE in interface RpcIIIDataObserverIFpublic java.util.Date getDATE()
getDATE in interface RpcIIIDataObserverIFpublic abstract double getDELTA_T()
getDELTA_T in interface RpcIIIDataObserverIFpublic java.lang.String getFILE_TYPE()
getFILE_TYPE in interface RpcIIIDataObserverIFpublic java.lang.String getFORMAT()
getFORMAT in interface RpcIIIDataObserverIFpublic abstract int getFRAMES()
getFRAMES in interface RpcIIIDataObserverIFpublic boolean getHALF_FRAMES()
getHALF_FRAMES in interface RpcIIIDataObserverIFpublic int getINT_FULL_SCALE()
getINT_FULL_SCALE in interface RpcIIIDataObserverIFpublic java.lang.String getOPERATION()
getOPERATION in interface RpcIIIDataObserverIFpublic int getPARTITIONS()
getPARTITIONS in interface RpcIIIDataObserverIFpublic int getREPEATS()
getREPEATS in interface RpcIIIDataObserverIFpublic java.lang.String getTIME_TYPE()
getTIME_TYPE in interface RpcIIIDataObserverIFpublic abstract int getPTS_PER_FRAME()
getPTS_PER_FRAME in interface RpcIIIDataObserverIFpublic abstract int getPTS_PER_GROUP()
getPTS_PER_GROUP in interface RpcIIIDataObserverIFpublic java.lang.String[] getPARENT()
getPARENT in interface RpcIIIDataObserverIFpublic java.lang.String[] getDescription()
public double[] getScale()
public double[] getLowerLimit()
public double[] getUpperLimit()
public abstract java.lang.String[] getUnit()
public abstract java.lang.String getUnit(int channel)
channel - the channel index.public abstract java.lang.String[] getChannelNumber()
public abstract java.lang.String getChannelNumber(int index)
index - the channel index.public abstract java.lang.String[] getChannelName()
public abstract java.lang.String getChannelName(int index)
index - the channel index.public java.lang.String[] getPartitionChannel()
public java.lang.String[] getPartitionNChannel()
public java.lang.String[] getChannelMap()
public abstract double getValueAt(int channel,
int value)
throws java.lang.Exception
channel - the channel index.value - the value index.java.lang.Exceptionpublic abstract double[] getValues(int channel)
throws java.lang.Exception
channel - the channel index.value - the value index.java.lang.Exceptionpublic abstract int getChannelLength()
throws java.lang.Exception
java.lang.Exception