mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-09 00:03:57 +00:00
Further integration of the DTMF code.
This commit is contained in:
parent
7421ff415d
commit
356250df07
3 changed files with 38 additions and 32 deletions
|
|
@ -307,13 +307,12 @@ WX_STATUS CDTMF::validate() const
|
|||
return WXS_CONNECT;
|
||||
}
|
||||
|
||||
unsigned int CDTMF::getReflector()
|
||||
std::string CDTMF::getReflector()
|
||||
{
|
||||
std::string command = m_command;
|
||||
reset();
|
||||
|
||||
// XXX FIXME
|
||||
return 0U;
|
||||
return command.substr(1U);
|
||||
}
|
||||
|
||||
void CDTMF::reset()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue