#include <sys/time.h>
#include <unistd.h>
#include <list>
#include "message.hh"
Include dependency graph for filter.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| class | FilterCallback |
| class | FilterEntry |
Defines | |
| #define | FILTER_INVALID_PRIORITY 256 |
| #define | FILTER_KEEP_PRIORITY 255 |
| #define | FILTER_MAX_PRIORITY 254 |
| #define | FILTER_MIN_PRIORITY 1 |
| #define | FILTER_ZERO_PRIORITY 0 |
| #define | PRE_PROCESSING_COMPLETED_PRIORITY 200 |
| #define | ROUTING_COMPLETED_PRIORITY 50 |
Typedefs | |
| typedef list< FilterEntry * > | FilterList |
| typedef long | handle |
|
|
Definition at line 63 of file filter.hh. Referenced by DiffusionCoreAgent::getNextFilterPriority(), and DiffusionCoreAgent::processControlMessage(). |
|
|
Definition at line 62 of file filter.hh. Referenced by DiffusionCoreAgent::getNextFilterPriority(), and DiffusionRouting::sendMessage(). |
|
|
Definition at line 61 of file filter.hh. Referenced by DiffusionRouting::addFilter(). |
|
|
Definition at line 60 of file filter.hh. Referenced by DiffusionCoreAgent::getNextFilterPriority(), and DiffusionRouting::sendMessage(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6