Public Member Functions | Public Attributes | Static Public Attributes | List of all members
AQWorker< T > Struct Template Reference
Inheritance diagram for AQWorker< T >:
Inheritance graph
[legend]

Public Member Functions

 AQWorker (T *l)
 
bool breakLoop ()
 
void finalize ()
 
bool initialize ()
 
void step ()
 
 ~AQWorker ()
 

Public Attributes

int appends
 
int erases
 
T * mlst
 
Dummyorig
 
bool stop
 

Static Public Attributes

static os::Mutex m
 

Detailed Description

template<class T>
struct AQWorker< T >

A Worker Reads and writes the queue.

Definition at line 878 of file buffers_test.cpp.

Constructor & Destructor Documentation

template<class T >
AQWorker< T >::AQWorker ( T *  l)
inline

Definition at line 886 of file buffers_test.cpp.

template<class T >
AQWorker< T >::~AQWorker ( )
inline

Definition at line 889 of file buffers_test.cpp.

Member Function Documentation

template<class T >
bool AQWorker< T >::breakLoop ( )
inline

Definition at line 915 of file buffers_test.cpp.

template<class T >
void AQWorker< T >::finalize ( )
inline

Definition at line 913 of file buffers_test.cpp.

template<class T >
bool AQWorker< T >::initialize ( )
inline

Definition at line 892 of file buffers_test.cpp.

template<class T >
void AQWorker< T >::step ( )
inline

Definition at line 896 of file buffers_test.cpp.

Member Data Documentation

template<class T >
int AQWorker< T >::appends

Definition at line 883 of file buffers_test.cpp.

template<class T >
int AQWorker< T >::erases

Definition at line 884 of file buffers_test.cpp.

template<class T >
os::Mutex AQWorker< T >::m
static

Definition at line 880 of file buffers_test.cpp.

template<class T >
T* AQWorker< T >::mlst

Definition at line 882 of file buffers_test.cpp.

template<class T >
Dummy* AQWorker< T >::orig

Definition at line 885 of file buffers_test.cpp.

template<class T >
bool AQWorker< T >::stop

Definition at line 881 of file buffers_test.cpp.


The documentation for this struct was generated from the following file:


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:40