TarzaNN
TarzaNN neural network simulator
|
#include <Node.h>
Public Member Functions | |
Node (int port, QObject *parent=0) | |
void | newConnection (int socket) |
~Node () | |
void | setFPList (vector< FeaturePlaneAbstract * > *fpList) |
void | printType () |
bool | isLocal () |
Public Attributes | |
vector< FeaturePlaneAbstract * > * | _featurePlaneList |
The Node class handles new connections to the server. For every client that connects, it creates a new ClientSocket - that instance is now responsible for the communication with that client.
Node::Node | ( | int | port, |
QObject * | parent = 0 |
||
) |
Node::~Node | ( | ) |
bool Node::isLocal | ( | ) | [virtual] |
Implements NodeAbstract.
void Node::newConnection | ( | int | socket | ) |
void Node::printType | ( | ) | [virtual] |
Implements NodeAbstract.
void Node::setFPList | ( | vector< FeaturePlaneAbstract * > * | fpList | ) |
vector<FeaturePlaneAbstract*>* Node::_featurePlaneList |