Public Member Functions | List of all members
bulkio::queueSemaphore Class Reference

#include <bulkio_base.h>

Public Member Functions

 queueSemaphore (unsigned int initialMaxValue)
 
void release ()
 
void setMaxValue (unsigned int newMaxValue)
 
unsigned int getMaxValue (void)
 
void setCurrValue (unsigned int newValue)
 
void incr ()
 
void decr ()
 

Constructor & Destructor Documentation

bulkio::queueSemaphore::queueSemaphore ( unsigned int  initialMaxValue)

Member Function Documentation

void bulkio::queueSemaphore::decr ( )
unsigned int bulkio::queueSemaphore::getMaxValue ( void  )
void bulkio::queueSemaphore::incr ( )
void bulkio::queueSemaphore::release ( )
void bulkio::queueSemaphore::setCurrValue ( unsigned int  newValue)
void bulkio::queueSemaphore::setMaxValue ( unsigned int  newMaxValue)

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