CogServerMain.cc File Reference

#include <getopt.h>
#include <boost/filesystem/operations.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/foreach.hpp>
#include <utility>
#include <string>
#include <opencog/server/CogServer.h>
#include <opencog/util/Config.h>
#include <opencog/util/Logger.h>
#include <opencog/util/exceptions.h>
#include <opencog/util/misc.h>

Include dependency graph for CogServerMain.cc:

Go to the source code of this file.

Functions

static void usage (const char *progname)
int main (int argc, char *argv[])

Variables

static const char * DEFAULT_CONFIG_FILENAME = "opencog.conf"
static const char * DEFAULT_CONFIG_PATHS []
static const char * DEFAULT_MODULE_PATHS []


Function Documentation

int main ( int  argc,
char *  argv[] 
)

static void usage ( const char *  progname  )  [static]

Definition at line 67 of file CogServerMain.cc.

Here is the caller graph for this function:


Variable Documentation

const char* DEFAULT_CONFIG_FILENAME = "opencog.conf" [static]

Definition at line 45 of file CogServerMain.cc.

const char* DEFAULT_CONFIG_PATHS[] [static]

Initial value:

 
{
    CONFDIR,

    "/etc",

    NULL
}

Definition at line 46 of file CogServerMain.cc.

const char* DEFAULT_MODULE_PATHS[] [static]

Initial value:

 
{
    DATADIR,
    "opencog",
    "../opencog",

    "/usr/share/opencog",
    "/usr/local/share/opencog",

    NULL
}

Definition at line 55 of file CogServerMain.cc.


Generated on Fri Dec 4 23:23:47 2009 for OpenCog Framework by  doxygen 1.5.6