EMIPLIB
Public Member Functions

MIPSignalWaiter Class Reference

Objects of this type can be used to send signals between threads. More...

#include <mipsignalwaiter.h>

List of all members.

Public Member Functions

bool init ()
 Initialized the object.
void destroy ()
 Destroys a previously initialized signalling object.
bool waitForSignal ()
 Waits until somewhere else a signal is generated.
bool signal ()
 Generates a signal.
bool clearSignalBuffers ()
 Clears the signalling buffers; this returns the object to its state right after initialization.
bool isInit ()
 Returns true if the object is already initialized, false otherwise.

Detailed Description

This kind of object can be used to send signals between threads. For example, soundcard input plugins use such an object to indicate when a new block of sound data is available.


Member Function Documentation

bool MIPSignalWaiter::clearSignalBuffers ( )
void MIPSignalWaiter::destroy ( )
bool MIPSignalWaiter::init ( )
bool MIPSignalWaiter::isInit ( ) [inline]
bool MIPSignalWaiter::signal ( )
bool MIPSignalWaiter::waitForSignal ( )

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