YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
Echo Class Reference
+ Inheritance diagram for Echo:

Public Member Functions

 Echo ()
 
bool open (Searchable &p)
 
void onRead (Sound &sound) override
 
void mute (bool muteFlag=true)
 
void save (bool saveFlag=true)
 
void saveFrame (Sound &sound)
 
bool saveFile (const char *name)
 
bool close ()
 
- Public Member Functions inherited from yarp::os::TypedReaderCallback< Sound >
virtual ~TypedReaderCallback ()
 Destructor.
 
virtual void onRead (Sound &datum)
 Callback method.
 
virtual void onRead (Sound &datum, const yarp::os::TypedReader< Sound > &reader)
 Callback method.
 

Detailed Description

Definition at line 29 of file yarphear.cpp.

Constructor & Destructor Documentation

◆ Echo()

Echo::Echo ( )
inline

Definition at line 42 of file yarphear.cpp.

Member Function Documentation

◆ close()

bool Echo::close ( )
inline

Definition at line 179 of file yarphear.cpp.

◆ mute()

void Echo::mute ( bool  muteFlag = true)
inline

Definition at line 130 of file yarphear.cpp.

◆ onRead()

void Echo::onRead ( Sound sound)
inlineoverride

Definition at line 89 of file yarphear.cpp.

◆ open()

bool Echo::open ( Searchable p)
inline

Definition at line 52 of file yarphear.cpp.

◆ save()

void Echo::save ( bool  saveFlag = true)
inline

Definition at line 136 of file yarphear.cpp.

◆ saveFile()

bool Echo::saveFile ( const char name)
inline

Definition at line 151 of file yarphear.cpp.

◆ saveFrame()

void Echo::saveFrame ( Sound sound)
inline

Definition at line 142 of file yarphear.cpp.


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