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 RpcIIIDataObserverIF
public abstract java.lang.String getIdent()
public abstract int getCHANNELS()
getCHANNELS
in interface RpcIIIDataObserverIF
public java.lang.String getDATA_TYPE()
getDATA_TYPE
in interface RpcIIIDataObserverIF
public java.util.Date getDATE()
getDATE
in interface RpcIIIDataObserverIF
public abstract double getDELTA_T()
getDELTA_T
in interface RpcIIIDataObserverIF
public java.lang.String getFILE_TYPE()
getFILE_TYPE
in interface RpcIIIDataObserverIF
public java.lang.String getFORMAT()
getFORMAT
in interface RpcIIIDataObserverIF
public abstract int getFRAMES()
getFRAMES
in interface RpcIIIDataObserverIF
public boolean getHALF_FRAMES()
getHALF_FRAMES
in interface RpcIIIDataObserverIF
public int getINT_FULL_SCALE()
getINT_FULL_SCALE
in interface RpcIIIDataObserverIF
public java.lang.String getOPERATION()
getOPERATION
in interface RpcIIIDataObserverIF
public int getPARTITIONS()
getPARTITIONS
in interface RpcIIIDataObserverIF
public int getREPEATS()
getREPEATS
in interface RpcIIIDataObserverIF
public java.lang.String getTIME_TYPE()
getTIME_TYPE
in interface RpcIIIDataObserverIF
public abstract int getPTS_PER_FRAME()
getPTS_PER_FRAME
in interface RpcIIIDataObserverIF
public abstract int getPTS_PER_GROUP()
getPTS_PER_GROUP
in interface RpcIIIDataObserverIF
public java.lang.String[] getPARENT()
getPARENT
in interface RpcIIIDataObserverIF
public 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.Exception
public abstract double[] getValues(int channel) throws java.lang.Exception
channel
- the channel index.value
- the value index.java.lang.Exception
public abstract int getChannelLength() throws java.lang.Exception
java.lang.Exception