BeepController Class Reference

Simple speaker beep controller. More...

#include <beep.h>

List of all members.

Public Member Functions

 BeepController ()
 Constructor.
void beep_on (float freq=1000)
 Enable beeping.
void beep_off ()
 Disable beeping.

Detailed Description

Simple speaker beep controller.

Author:
Tim Niemueller

Definition at line 24 of file beep.h.


Constructor & Destructor Documentation

BeepController::BeepController (  ) 

Constructor.

Definition at line 58 of file beep.cpp.


Member Function Documentation

void BeepController::beep_off (  ) 

Disable beeping.

Definition at line 90 of file beep.cpp.

Referenced by FawkesBeepDaemon::loop().

void BeepController::beep_on ( float  freq = 1000  ) 

Enable beeping.

Parameters:
freq frequency to beep with

Definition at line 67 of file beep.cpp.

Referenced by FawkesBeepDaemon::loop().


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

Generated on 1 Mar 2011 for Fawkes API by  doxygen 1.6.1