23 #include <blackboard/local.h>
24 #include <config/sqlite.h>
32 main(
int argc,
char **argv)
37 std::string token =
"";
39 token = config.
get_string(
"/fawkes/mainapp/blackboard_magic_token");
41 cout <<
"Could not read shared memory token for blackboard." << endl;
42 cout <<
"BlackBoard is probably running without shared memory." << endl;
46 LocalBlackBoard::cleanup(token.c_str());
virtual void load(const char *file_path)=0
Load configuration.
virtual std::string get_string(const char *path)=0
Get value from configuration which is of type string.
Base class for exceptions in Fawkes.
Configuration storage using SQLite.
Fawkes library namespace.