_LibData_ Struct Reference

the information about the library of the filter More...

#include <FilterData.h>


Data Fields

char name [(50+6)+1]
 the library name, usually lib"filtername".so
void * libHandler
 "handler" for the dynamic library
initialize_tinit
 init pointer
process_tprocess
 process pointer
finalize_tfinalize
 finalize pointer


Detailed Description

the information about the library of the filter

Definition at line 21 of file FilterData.h.


Field Documentation

finalize_t* _LibData_::finalize
 

finalize pointer

Definition at line 26 of file FilterData.h.

Referenced by loadFDLibFunctions().

initialize_t* _LibData_::init
 

init pointer

Definition at line 24 of file FilterData.h.

Referenced by loadFDLibFunctions().

void* _LibData_::libHandler
 

"handler" for the dynamic library

Definition at line 23 of file FilterData.h.

Referenced by destroyFilterData(), and loadFDLibFunctions().

char _LibData_::name[(50+6)+1]
 

the library name, usually lib"filtername".so

Definition at line 22 of file FilterData.h.

Referenced by loadFDLibFunctions(), and setFDLibName().

process_t* _LibData_::process
 

process pointer

Definition at line 25 of file FilterData.h.

Referenced by loadFDLibFunctions().


The documentation for this struct was generated from the following file:
Generated on Tue Jan 17 19:28:48 2006 for Void by  doxygen 1.4.6