#include "botkernel.h"
#include "cppthread.h"
Go to the source code of this file.
Functions | |
| vector< string > | listConfFiles (string) |
| void | launchThreads (vector< string >, vector< CPPThread * > *, vector< BotKernel * > *) |
| void * | launchBot (void *) |
| void | displayHelp (string, bool) |
| int | main (int nbArgs, char *arrayArgs[]) |
Construct a botkernel and launch it.
Definition in file main.cpp.
| void displayHelp | ( | string | firstArg, | |
| bool | quit | |||
| ) |
| void * launchBot | ( | void * | arg | ) |
| vector< string > listConfFiles | ( | string | confDir | ) |
| int main | ( | int | nbArgs, | |
| char * | arrayArgs[] | |||
| ) |
Definition at line 39 of file main.cpp.
References displayHelp(), launchThreads(), and listConfFiles().
1.5.8