cisst-saw
|
#include <svlSampleQueue.h>
Public Member Functions | |
svlSampleQueue (svlStreamType type, unsigned int size) | |
~svlSampleQueue () | |
bool | Push (const svlSample *sample) |
svlSample * | Pull (double timeout=5.0) |
svlStreamType | GetType () |
unsigned int | GetLength () |
unsigned int | GetUsage () |
double | GetUsageRatio () |
unsigned int | GetDroppedSampleCount () |
svlSample * | Peek () |
svlSampleQueue::svlSampleQueue | ( | svlStreamType | type, |
unsigned int | size | ||
) |
svlSampleQueue::~svlSampleQueue | ( | ) |
unsigned int svlSampleQueue::GetDroppedSampleCount | ( | ) |
unsigned int svlSampleQueue::GetLength | ( | ) |
svlStreamType svlSampleQueue::GetType | ( | ) |
unsigned int svlSampleQueue::GetUsage | ( | ) |
double svlSampleQueue::GetUsageRatio | ( | ) |
svlSample* svlSampleQueue::Peek | ( | ) |
svlSample* svlSampleQueue::Pull | ( | double | timeout = 5.0 | ) |
bool svlSampleQueue::Push | ( | const svlSample * | sample | ) |