#include <List.hpp>
Public Member Functions | |
List (int qsize, int t=ORONUM_OS_MAX_THREADS) | |
List (int qsize, int t=ORONUM_OS_MAX_THREADS) |
This object represents the default queue implementation used by Orocos objects.
Definition at line 62 of file install/include/rtt/internal/List.hpp.
RTT::internal::List< T >::List | ( | int | qsize, | |
int | t = ORONUM_OS_MAX_THREADS | |||
) | [inline] |
Create a queue of fixed size. Optionally, add the number of threads that may concurrently access this queue.
Definition at line 62 of file install/include/rtt/internal/List.hpp.
RTT::internal::List< T >::List | ( | int | qsize, | |
int | t = ORONUM_OS_MAX_THREADS | |||
) | [inline] |
Create a queue of fixed size. Optionally, add the number of threads that may concurrently access this queue.
Definition at line 62 of file rtt/internal/List.hpp.