Defautl Buffer class. More...
#include <vector>
#include <algorithm>
#include <iostream>
#include <coil/TimeValue.h>
#include <coil/Mutex.h>
#include <coil/Guard.h>
#include <coil/Condition.h>
#include <coil/stringutil.h>
#include <rtm/BufferBase.h>
#include <rtm/BufferStatus.h>
Go to the source code of this file.
Classes | |
struct | RTC::RingBuffer< DataType >::condition |
struct for condition variable More... | |
class | RTC::RingBuffer< DataType > |
Ring buffer implementation class. More... | |
Namespaces | |
RTC | |
RT-Component. | |
Macros | |
#define | RINGBUFFER_DEFAULT_LENGTH 8 |
Defautl Buffer class.
Copyright (C) 2006-2009 Noriaki Ando Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
Definition in file RingBuffer.h.
#define RINGBUFFER_DEFAULT_LENGTH 8 |
Definition at line 36 of file RingBuffer.h.