Fawkes API  Fawkes Development Version
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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.

void BeepController::beep_on ( float  freq = 1000)

Enable beeping.

Parameters:
freqfrequency to beep with

Definition at line 67 of file beep.cpp.


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