EEROS  1.0.0.0
API for the EEROS Real-Time Robotics Framework
eeros::Semaphore Class Reference

#include <Semaphore.hpp>

Public Member Functions

 Semaphore (int value=0)
 
void wait ()
 
bool wait (double timeout_sec)
 
void post ()
 

Constructor & Destructor Documentation

Semaphore::Semaphore ( int  value = 0)

Member Function Documentation

void Semaphore::post ( )
void Semaphore::wait ( )
bool Semaphore::wait ( double  timeout_sec)

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