| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ThreadedMessageQueue< T >::ReceiverThreadBase Class ReferenceHolds controller flags for the receiver thread to indicate exit conditions. More...
Inheritance diagram for ThreadedMessageQueue< T >::ReceiverThreadBase:
![]() Detailed Descriptiontemplate<class T>
| |||||||||||||||||||||||
Public Member Functions | |
| ReceiverThreadBase () | |
| constructor | |
Public Attributes | |
| bool | keepRunning |
| if cleared, indicates receiver should stop processing messages and exit its thread | |
| bool | block |
| if cleared, indiciates receiver should exit its thread if/when it runs out of messages to process | |
| ThreadedMessageQueue< T >::ReceiverThreadBase::ReceiverThreadBase | ( | ) |
constructor
Definition at line 118 of file ThreadedMessageQueue.h.
| bool ThreadedMessageQueue< T >::ReceiverThreadBase::block |
if cleared, indiciates receiver should exit its thread if/when it runs out of messages to process
Definition at line 120 of file ThreadedMessageQueue.h.
Referenced by ThreadedMessageQueue< EventBase * >::finishQueue(), and ThreadedMessageQueue< T >::ReceiverThread< F, C >::run().
| bool ThreadedMessageQueue< T >::ReceiverThreadBase::keepRunning |
if cleared, indicates receiver should stop processing messages and exit its thread
Definition at line 119 of file ThreadedMessageQueue.h.
Referenced by ThreadedMessageQueue< EventBase * >::finishCallback(), ThreadedMessageQueue< T >::ReceiverThread< F, C >::run(), and ThreadedMessageQueue< EventBase * >::stopCallback().
|
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:17 2016 by Doxygen 1.6.3 |