mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +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;
|
||||
|
||||
Reference in New Issue
Block a user