imexporter_be.h File Reference


Detailed Description

This file is used by provider/importer/exporter plugins.

Definition in file imexporter_be.h.

#include <aqbanking/imexporter.h>
#include <gwenhywfar/misc.h>
#include <gwenhywfar/plugin.h>

Go to the source code of this file.

Handling of ImExporter Plugins

typedef AB_IMEXPORTER *(* AB_PLUGIN_IMEXPORTER_FACTORY_FN )(GWEN_PLUGIN *pl, AB_BANKING *ab, GWEN_DB_NODE *db)
GWEN_PLUGIN * AB_Plugin_ImExporter_new (GWEN_PLUGIN_MANAGER *pm, const char *name, const char *fileName)
AB_IMEXPORTERAB_Plugin_ImExporter_Factory (GWEN_PLUGIN *pl, AB_BANKING *ab, GWEN_DB_NODE *db)
void AB_Plugin_ImExporter_SetFactoryFn (GWEN_PLUGIN *pl, AB_PLUGIN_IMEXPORTER_FACTORY_FN fn)

Typedefs

typedef AB_IMEXPORTER *(* AB_IMEXPORTER_FACTORY_FN )(AB_BANKING *ab, GWEN_DB_NODE *db)
Prototypes for Virtual Backend Functions
typedef int(* AB_IMEXPORTER_IMPORT_FN )(AB_IMEXPORTER *ie, AB_IMEXPORTER_CONTEXT *ctx, GWEN_IO_LAYER *io, GWEN_DB_NODE *params, uint32_t guiid)
typedef int(* AB_IMEXPORTER_EXPORT_FN )(AB_IMEXPORTER *ie, AB_IMEXPORTER_CONTEXT *ctx, GWEN_IO_LAYER *io, GWEN_DB_NODE *params, uint32_t guiid)
typedef int(* AB_IMEXPORTER_CHECKFILE_FN )(AB_IMEXPORTER *ie, const char *fname, uint32_t guiid)

Functions

Construction and Destruction
AB_IMEXPORTERAB_ImExporter_new (AB_BANKING *ab, const char *name)
void AB_ImExporter_free (AB_IMEXPORTER *ie)
Setters for Virtual Backend Functions
void AB_ImExporter_SetImportFn (AB_IMEXPORTER *ie, AB_IMEXPORTER_IMPORT_FN f)
void AB_ImExporter_SetExportFn (AB_IMEXPORTER *ie, AB_IMEXPORTER_EXPORT_FN f)
void AB_ImExporter_SetCheckFileFn (AB_IMEXPORTER *ie, AB_IMEXPORTER_CHECKFILE_FN f)


Generated on Tue Jun 2 12:47:01 2009 for aqbanking by  doxygen 1.5.6