Tool Libs
UMIT-TIROL Institute of Automation and Control Engineering library collection
 
Loading...
Searching...
No Matches
Tee Struct Reference

stream splitter More...

#include <bufferutils.h>

Inherits Source< Buffer< uint8_t > >.

Collaboration diagram for Tee:
[legend]

Public Member Functions

bool empty () override
 check source and push available data to sink
 
Buffer< uint8_t > pop () override
 get available data
 
 Tee (Source< Buffer< uint8_t > > &from, Sink< Buffer< uint8_t > > &to)
 set underlying source and sink
 

Detailed Description

stream splitter

provides data Source from data Source, but also splits data out into given Sink


The documentation for this struct was generated from the following file: