

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. | |
Definition at line 142 of file lib/client/node.h.
| 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().
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().

0.9.1 by
1.6.1