22 #ifndef _svlSampleQueue_h
23 #define _svlSampleQueue_h
43 unsigned int GetLength();
44 unsigned int GetUsage();
45 double GetUsageRatio();
46 unsigned int GetDroppedSampleCount();
52 unsigned int DroppedSamples;
53 std::list<svlSample*> UnusedItems;
54 std::list<svlSample*> BufferedItems;
96 #endif // _svlSampleQueue_h
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
svlStreamType
Definition: svlDefinitions.h:193
Definition: osaCriticalSection.h:36
Declaration of osaThreadSignal.
Macros to export the symbols of cisstStereoVision (in a Dll).
Definition: svlSampleQueue.h:33
Definition: osaThreadSignal.h:40
Definition: svlSample.h:31