eq::Node::TransmitThread Class Reference

Inheritance diagram for eq::Node::TransmitThread:
Inheritance graph
[legend]
Collaboration diagram for eq::Node::TransmitThread:
Collaboration graph
[legend]

List of all members.

Classes

struct  Task

Public Member Functions

 TransmitThread (Node *parent)
void send (FrameData *data, net::NodePtr node, const uint32_t frameNumber)

Protected Member Functions

virtual void * run ()
 The entry function for the child thread.

Detailed Description

Definition at line 142 of file lib/client/node.h.


Member Function Documentation

void * eq::Node::TransmitThread::run (  )  [protected, virtual]

The entry function for the child thread.

This method should contain the main execution routine for the thread and is called after a successful init().

Returns:
the return value of the child thread.
Version:
1.0

Implements eq::base::Thread.

Definition at line 480 of file lib/client/node.cpp.

References EQLOG, eq::base::MTQueue< T >::isEmpty(), eq::LOG_ASSEMBLY, and eq::base::MTQueue< T >::pop().

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Sat Feb 6 13:05:43 2010 for Equalizer 0.9.1 by  doxygen 1.6.1