Minsky
|
Go to the source code of this file.
Namespaces | |
minsky | |
Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state changes. | |
Functions | |
Minsky & | minsky::minsky () |
global minsky object More... | |
void | minsky::doOneEvent (bool idleTasksOnly) |
checks if any GUI events are waiting, and proces an event if so More... | |
string | toREST (string x) |
void | processBuffer (const string &buffer) |
int | main (int argc, const char *argv[]) |
Variables | |
RESTMinsky | rminsky |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 96 of file RESTService.cc.
References processBuffer(), and rminsky.
void processBuffer | ( | const string & | buffer | ) |
Definition at line 56 of file RESTService.cc.
References minsky::RESTMinsky::commandHook(), minsky::RESTMinsky::registry, rminsky, and toREST().
Referenced by main().
string toREST | ( | string | x | ) |
Definition at line 50 of file RESTService.cc.
Referenced by processBuffer().
RESTMinsky rminsky |
Definition at line 33 of file RESTService.cc.
Referenced by main(), and processBuffer().