StreamChain.h File Reference
#include "MultiStream.h"
#include "../ObjectQueue.h"
Include dependency graph for StreamChain.h:

Go to the source code of this file.

Classes

class  StreamChain
 

Macros

#define MAX_STREAM_CHAIN_SIZE   10
 

Typedefs

typedef ObjectQueue< IDataSourceStream, MAX_STREAM_CHAIN_SIZEStreamChainQueue
 

Macro Definition Documentation

◆ MAX_STREAM_CHAIN_SIZE

#define MAX_STREAM_CHAIN_SIZE   10

Typedef Documentation

◆ StreamChainQueue