#include <stdio.h>
#include <string>
#include <vector>
#include "Clock.h"
#include "Connection.h"
Include dependency graph for FilterConnection.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | FilterConnection |
FilterConnection Interface (5.1.1.2) Inherits from Connection. More... | |
Defines | |
#define | BUFFSIZE 256 |
The buffersize to read per process. |
|
The buffersize to read per process.
Definition at line 11 of file FilterConnection.h. Referenced by FilterConnection< char >::initBuffer(), and FilterConnection< char >::process(). |