PLearn 0.1
|
#include "PLearnServer.h"
#include <plearn/base/RemoteDeclareMethod.h>
#include <plearn/base/pl_repository_revision.h>
#include <plearn/base/Object.h>
#include <plearn/base/plerror.h>
#include <plearn/io/fileutils.h>
#include <plearn/io/load_and_save.h>
#include <plearn/io/pl_log.h>
#include <plearn/math/random.h>
#include <plearn/io/PyPLearnScript.h>
#include <plearn/io/ServerLogStreamBuf.h>
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
BEGIN_DECLARE_REMOTE_FUNCTIONS | PLearn::declareFunction ("cd",&PLearnServer::cd,(BodyDoc("change directory (calls chdir)\n"), ArgDoc("path","Path of directory where to go"))) |
PLearn::declareFunction ("binary",&PLearnServer::binary,(BodyDoc("change the mode of the io of the PLearnServer instance to plearn_binary \n"))) | |
PLearn::declareFunction ("ascii",&PLearnServer::ascii,(BodyDoc("change the mode of the io of the PLearnServer instance to plearn_ascii\n"))) | |
PLearn::declareFunction ("implicit_storage",&PLearnServer::implicit_storage,(BodyDoc("change the implicit_storage mode of the io of the PLearnServer instance.\n"), ArgDoc("impl_stor","Whether or not to use implicit_storage"))) | |
PLearn::declareFunction ("loggingControl",&PLearnServer::loggingControl,(BodyDoc("Set current logging level and modules.\n"), ArgDoc("vlevel","the verbosity level"), ArgDoc("modules","list of modules names to log"))) | |
PLearn::declareFunction ("setOptionLevel",&PLearnServer::setOptionLevel,(BodyDoc("Set current option level.\n"), ArgDoc("level","option level"))) |
Definition in file PLearnServer.cc.