Package simtools.data.async

Class Summary
AsynchronousMergeDSCollection Merge data in a asynchronous way. each member of AsynchronousMergeDSCollection is stamped with a time data.
MultiStampedDataSource A time stamped data source with optionaly label values, raw values and status values
StreamingMSDataSource A streaming data source with optional label, raw and status values in addition to the time/value pair of StreamingTSDataSource
StreamingTSDataSource A streaming time stamped data source is a time stamped data source where the values are collected dynamically The source is updated using add(time, value).
StreamingTSDataSourceCollection A streaming time stamped data source collection to handle a list of streaming time stamped data source coming from one data stream
TimeStampedDataSource A data source to put together the value and its sampling date It is designed to collect asynchronous data sources in one collection Each data has its owwn sampling date, there is no simple way to correlate the data belonging to this king of data collection since the data index can not be used to get 2 synchronised values.
TimeStampedDataSourceCollection Class description ...
TimeStampedEmptyDataSource This dataSource can be used for temporary data source, which contains no information but have to be created.
 

Exception Summary
TimeStampedDataSourceCollection.InvalidFormatException An exception to handle file/stream parsing errors