|
ADTF File Library
|
class to create and describe a stream within a adtf_file::Reader. Each stream has an identifier stream_id. This stream_id is used to mark a corresponding FileItem
More...
#include <reader.h>
Public Attributes | |
| uint16_t | stream_id |
| the stream id | |
| std::string | name |
| the stream name | |
| uint64_t | item_count |
| the amount of stream items within the stream | |
| std::chrono::nanoseconds | timestamp_of_first_item |
| time stamp of the first stream item within the stream | |
| std::chrono::nanoseconds | timestamp_of_last_item |
| time stamp of the last stream item within the stream | |
| std::shared_ptr< const StreamType > | initial_type |
| the initial stream type of the stream | |
class to create and describe a stream within a adtf_file::Reader. Each stream has an identifier stream_id. This stream_id is used to mark a corresponding FileItem