PLearn 0.1
|
#include "PLearnService.h"
#include "RemotePLearnServer.h"
#include <plearn/io/openFile.h>
#include <plearn/io/openSocket.h>
#include <plearn/io/pl_log.h>
#include <plearn/io/Poll.h>
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
void | PLearn::globalConnectToServers (TVec< pair< string, int > > hostname_and_port) |
BEGIN_DECLARE_REMOTE_FUNCTIONS | PLearn::declareFunction ("globalConnectToServers",&globalConnectToServers,(BodyDoc("Connect the PLearnService instance to the listed servers."), ArgDoc("hostname_and_port","List of ('hostname', port#) pairs"))) |
Definition in file PLearnService.cc.