|
Equalizer 1.0
|
Inheritance diagram for eq::Node::TransmitThread:
Collaboration diagram for eq::Node::TransmitThread:Public Member Functions | |
| TransmitThread (Node *parent) | |
| co::CommandQueue & | getQueue () |
Protected Member Functions | |
| virtual void | run () |
| The entry function for the child thread. | |
Definition at line 114 of file include/eq/node.h.
| virtual 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 co::base::Thread.
1.0 by
1.7.3