mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Doxygen/style
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 ---------------
|
||||
|
||||
Reference in New Issue
Block a user