#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.
Namespaces | |
| namespace | std |
Compounds | |
| class | FilterCallback |
| class | FilterEntry |
Defines | |
| #define | FILTER_MIN_PRIORITY 1 |
| #define | FILTER_MAX_PRIORITY 254 |
| #define | FILTER_KEEP_PRIORITY 255 |
| #define | FILTER_ZERO_PRIORITY 0 |
| #define | FILTER_INVALID_PRIORITY 256 |
Typedefs | |
| typedef list< FilterEntry * > | FilterList |
| typedef long | handle |
|
|
Definition at line 34 of file filter.hh. Referenced by DiffusionCoreAgent::getNextFilterPriority(), and DiffusionCoreAgent::processControlMessage(). |
|
|
Definition at line 32 of file filter.hh. Referenced by DiffusionCoreAgent::getNextFilterPriority(), and DiffusionRouting::sendMessage(). |
|
|
Definition at line 31 of file filter.hh. Referenced by DiffusionRouting::addFilter(). |
|
|
Definition at line 30 of file filter.hh. Referenced by DiffusionCoreAgent::getNextFilterPriority(), and DiffusionRouting::sendMessage(). |
|
|
|
|
|
|
|
|
|
1.3.3