public interface RealTimeCollectorOperations
| Modifier and Type | Method and Description |
|---|---|
void |
add_data(DataChunk[] data)
Adds data to the collector.
|
void |
configure(CollectorConfiguration[] a_configuration) |
void |
destroy()
Once all history data is send the Collector is useless.
|
RealTimeCollector |
get_collector()
Allows the DAS the send cached data seperate from real time data.
|
void |
reset_sequence(ChannelId[] channels,
int[] next_valid)
Collector would reset his sequence counter and most likely close the old
seismogram and start a new one.
|
void configure(CollectorConfiguration[] a_configuration)
void add_data(DataChunk[] data) throws UnknownChannels, ChunkOutOfOrder
UnknownChannelsChunkOutOfOrdervoid reset_sequence(ChannelId[] channels, int[] next_valid) throws UnknownChannels
UnknownChannelsRealTimeCollector get_collector() throws NotImplemented
NotImplementedvoid destroy()