Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members  

Monitor::Utility::Note Class Reference

Abstract interface for hardware to produce sound for a single note. More...

#include <note.h>

List of all members.

Public Methods

 Note ()
 Constructor. More...

virtual ~Note ()
 Destructor. More...

virtual void sound () const=0 throw (Busy)
 Sound once. More...


Detailed Description

Abstract interface for hardware to produce sound for a single note.

Definition at line 47 of file note.h.


Constructor & Destructor Documentation

Monitor::Utility::Note::Note   [inline]
 

Constructor.

Definition at line 59 of file note.h.

virtual Monitor::Utility::Note::~Note   [inline, virtual]
 

Destructor.

Definition at line 64 of file note.h.


Member Function Documentation

virtual void Monitor::Utility::Note::sound   const throw (Busy) [pure virtual]
 

Sound once.

Exceptions:
Note::Busy  Unable to sound.


Generated on Wed Oct 29 21:30:12 2003 for Utility C++ by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002