#include <beep.h>
Public Member Functions | |
BeepClient () | |
int | get_num_beep_info () const |
bool | isWritable () const |
void | setDataPort (RTC::TimedLongSeq &out_data) |
void | startBeep (const int _freq, const int _length=50) |
void | stopBeep () |
~BeepClient () | |
Private Attributes | |
int | freq |
bool | is_start_beep |
int | length |
bool | prev_is_start_beep |
BeepClient::BeepClient | ( | ) | [inline] |
BeepClient::~BeepClient | ( | ) | [inline] |
int BeepClient::get_num_beep_info | ( | ) | const [inline] |
bool BeepClient::isWritable | ( | ) | const [inline] |
void BeepClient::setDataPort | ( | RTC::TimedLongSeq & | out_data | ) | [inline] |
void BeepClient::stopBeep | ( | ) | [inline] |
int BeepClient::freq [private] |
bool BeepClient::is_start_beep [private] |
int BeepClient::length [private] |
bool BeepClient::prev_is_start_beep [private] |