public interface UBHInterface extends FwkInterface
Modifier and Type | Method and Description |
---|---|
BinaryFormatInterface |
getBinaryFormat()
The binary format description.
|
int |
getBlockCount()
Block count.
|
int |
getBlocking()
Blocking, 1=channel multiplexed, e.g. 512=blockmultiplexed.
|
long |
getBlockOffset(int signal,
int datatype,
int index)
Get the byte offset of the block of the value belong to the given signal and index.
|
FwkColumnAccessInterface |
getColumn(int no)
Get columns.
|
FwkColumnAccessInterface[] |
getColumns()
Get columns.
|
int |
getCountPerSignal()
Get the total number of values per signal.
|
java.lang.String |
getCreatedOnPlatform()
Get the platform that created the data.
|
int |
getDebugLevel()
The debug level.
|
long |
getOffset(int signal,
int datatype,
int index)
Get the byte offset of the value belong to the given signal and index.
|
SignalInterface |
getSignal(int no)
Get a signal.
|
int |
getSignalCount()
get the signal count.
|
getVersion, release
int getDebugLevel()
BinaryFormatInterface getBinaryFormat()
int getSignalCount()
int getBlocking()
int getBlockCount()
int getCountPerSignal()
long getOffset(int signal, int datatype, int index)
signal
- the signal number.datatype
- the signal data type.index
- The index of the requested value.long getBlockOffset(int signal, int datatype, int index)
signal
- the signal number.datatype
- the signal data type.index
- The index of the requested value.SignalInterface getSignal(int no)
no
- the number of the signal (starts at 1).FwkColumnAccessInterface[] getColumns()
FwkColumnAccessInterface getColumn(int no)
java.lang.String getCreatedOnPlatform()