#include <pthread.h>
#include "lib/dc_standard.h"
#include "lib/dc_argv.h"
#include "lib/dc_configinfo.h"
#include "lib/dc_socket.h"
#include "lib/dc_memory.h"
#include "lib/dc_map.h"
#include "lib/dc_timer.h"
#include "lib/dc_metric.h"
#include "lib/dc_mutex.h"
#include "dc_error.h"
#include "dc_buffer.h"
#include "dc_filterlayout.h"
#include "dc_work.h"
#include "dc_placement.h"
Go to the source code of this file.
Compounds | |
class | DC_Filter_Base_t::arg_t |
Argument passed to the process function containing input and output streams. More... | |
class | DC_Filter_Base_t |
Base filter class. More... | |
class | DC_FilterService_t |
Main controlling class. More... | |
class | DC_PipeInStream_t |
Input stream. More... | |
class | DC_PipeOutStream_t |
Output stream. More... | |
class | DC_Policy_Base_t |
Base stream policy. More... | |
class | DC_Filter_Base_t::initarg_t |
Argument passed to the init function containing a work description. More... | |
Defines | |
#define | H_DC_FILTERSERVICE |
Typedefs | |
typedef void (* | PerfCallback_f )(int inst, const char *sbFilterName, int rank, double *sa, long *sal) |
Enumerations | |
enum | DC_RTN_t { DC_RTN_OK, DC_RTN_CONT, DC_RTN_ABRT } |
Variables | |
PerfCallback_f | g_fcnPerfCallback |
|
Value: |