OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
#include <Common/Compat.h>
#include <cstdio>
#include <cstring>
#include <iostream>
#include <vector>
#include <sstream>
#include <Common/Error.h>
#include <Hypertable/Lib/ApacheLogParser.h>
#include <Hypertable/Lib/Client.h>
#include <Hypertable/Lib/KeySpec.h>
#include <opencog/persist/hypertable/AtomspaceHTabler.h>
#include <opencog/atomspace/AttentionValue.h>
#include <opencog/atomspace/AtomSpace.h>
#include <opencog/server/CogServer.h>
#include <opencog/atomspace/ClassServer.h>
#include <opencog/atomspace/SimpleTruthValue.h>
#include <opencog/atomspace/TruthValue.h>
Go to the source code of this file.
Variables | |
const int | BUFF_SIZE = 1028 |
const int | TIMEOUT = 3000 |
const String | attribute_schema |
const String | handle_schema |
const String attribute_schema |
Definition at line 50 of file AtomspaceHTabler.cc.
const int BUFF_SIZE = 1028 |
Definition at line 47 of file AtomspaceHTabler.cc.
const String handle_schema |
Definition at line 88 of file AtomspaceHTabler.cc.
const int TIMEOUT = 3000 |
Definition at line 48 of file AtomspaceHTabler.cc.