Doxygen/style

This commit is contained in:
Klaus Basan
2019-10-19 02:41:48 +02:00
parent 7a1b5a0237
commit afe72b029f
4 changed files with 32 additions and 25 deletions

View File

@@ -240,8 +240,10 @@ namespace BlackCore
//! AudioTxOnTransceiversDto
struct AudioTxOnTransceiversDto
{
//! Names @{
static QByteArray getDtoName() { return "AudioTxOnTransceiversDto"; }
static QByteArray getShortDtoName() { return "AT"; }
//! @}
//! Properties @{
std::string callsign;
@@ -256,8 +258,10 @@ namespace BlackCore
//! AudioRxOnTransceiversDto
struct AudioRxOnTransceiversDto
{
//! Names @{
static QByteArray getDtoName() { return "AudioRxOnTransceiversDto"; }
static QByteArray getShortDtoName() { return "AR"; }
//! @}
//! Properties @{
std::string callsign;

View File

@@ -136,9 +136,8 @@ namespace BlackCore
//! \return input and output devices
BlackMisc::Audio::CAudioDeviceInfoList getCurrentAudioDevices() const;
//! Set current audio device
//! \param audioDevice can be input or audio device
void setCurrentAudioDevices(const BlackMisc::Audio::CAudioDeviceInfo &audioDevice, const BlackMisc::Audio::CAudioDeviceInfo &outputDevice);
//! Set current audio devices
void setCurrentAudioDevices(const BlackMisc::Audio::CAudioDeviceInfo &inputDevice, const BlackMisc::Audio::CAudioDeviceInfo &outputDevice);
//! Volume
//! @{
@@ -192,6 +191,7 @@ namespace BlackCore
//! .unmute unmute BlackCore::Context::CContextAudio
//! .vol .volume volume 0..100 set volume BlackCore::Context::CContextAudio
//! </pre>
//! Parse command line
virtual bool parseCommandLine(const QString &commandLine, const BlackMisc::CIdentifier &originator) override;
// ------------- DBus ---------------