TarzaNN
TarzaNN neural network simulator
Public Member Functions | Public Attributes
Node Class Reference

#include <Node.h>

Inheritance diagram for Node:
NodeAbstract

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

Node::Node ( int  port,
QObject *  parent = 0 
)
Node::~Node ( )

Member Function Documentation

bool Node::isLocal ( ) [virtual]

Implements NodeAbstract.

void Node::newConnection ( int  socket)
void Node::printType ( ) [virtual]

Implements NodeAbstract.

void Node::setFPList ( vector< FeaturePlaneAbstract * > *  fpList)

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines