public class buffer extends channel
The buffer class facilitates the storage of data and accompanying meta data.
Modifier and Type | Field and Description |
---|---|
static int |
GPS_INF |
CHANNEL_TYPE_MTREND, CHANNEL_TYPE_ONLINE, CHANNEL_TYPE_RAW, CHANNEL_TYPE_RDS, CHANNEL_TYPE_STATIC, CHANNEL_TYPE_STREND, CHANNEL_TYPE_TEST_POINT, CHANNEL_TYPE_UNKNOWN, DATA_TYPE_COMPLEX32, DATA_TYPE_FLOAT32, DATA_TYPE_FLOAT64, DATA_TYPE_INT16, DATA_TYPE_INT32, DATA_TYPE_INT64, DATA_TYPE_UINT32, DATA_TYPE_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
buffer(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
channel |
getChannel() |
protected static long |
getCPtr(buffer obj) |
java.lang.Object |
getData() |
int |
getGpsNanoseconds() |
int |
getGpsSeconds() |
int |
getLength() |
long |
samples() |
int |
start() |
int |
startNano() |
int |
stop() |
java.lang.String |
toString() |
channelTypeToString, dataType, dataTypeSize, dataTypeToJString, dataTypeToString, gain, getChannelType, getCPtr, getDataType, getDEFAULT_CHANNEL_MASK, getDEFAULT_DATA_MASK, getMAX_SAMPLE_RATE, getMIN_SAMPLE_RATE, getName, getSampleRate, getSignalGain, getSignalOffset, getSignalSlope, getSignalUnits, isMinuteTrend, isSecondTrend, name, nameLong, offset, sampleRate, slope, type, typeToJString, units
protected static long getCPtr(buffer obj)
public long samples()
public int start()
public int startNano()
public int stop()
public int getGpsSeconds()
public int getGpsNanoseconds()
public channel getChannel()
public java.lang.Object getData()
public int getLength()