kpilot
mal-conduit.cc File Reference
#include "options.h"
#include <qregexp.h>
#include <kconfig.h>
#include <kdebug.h>
#include "mal-factory.h"
#include "mal-conduit.moc"
#include <libmal.h>
#include "malconduitSettings.h"
Include dependency graph for mal-conduit.cc:
Go to the source code of this file.
Defines | |
#define | WRITE_MAX_BUF 4096 |
Functions | |
static int32 | cbItem (void *, int32 *, int32, int32, char *) |
int32 | cbTask (void *, int32 *, char *currentTask, AGBool) |
int | malconduit_logf (const char *,...) __attribute__((format(printf |
Variables | |
static MALConduit * | conduitInstance = 0L |
Define Documentation
#define WRITE_MAX_BUF 4096 |
Function Documentation
static int32 cbItem | ( | void * | , | |
int32 * | , | |||
int32 | , | |||
int32 | , | |||
char * | ||||
) | [static] |
Definition at line 91 of file mal-conduit.cc.
int32 cbTask | ( | void * | , | |
int32 * | , | |||
char * | currentTask, | |||
AGBool | ||||
) |
Definition at line 79 of file mal-conduit.cc.
int int malconduit_logf | ( | const char * | format, | |
... | ||||
) |
Definition at line 51 of file mal-conduit.cc.
Variable Documentation
MALConduit* conduitInstance = 0L [static] |
Definition at line 47 of file mal-conduit.cc.