mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +08:00
Doxygen fixes
This commit is contained in:
@@ -361,26 +361,23 @@ namespace BlackMisc
|
||||
BlackMisc::PhysicalQuantities::CTime bookedWhen() const;
|
||||
|
||||
/*!
|
||||
* \brief Get atis
|
||||
* \brief Get ATIS
|
||||
* \return
|
||||
*/
|
||||
const CInformationMessage &getAtis() const { return m_atis; }
|
||||
|
||||
/*!
|
||||
* \brief Set ATIS
|
||||
* \param msg
|
||||
*/
|
||||
void setAtis(const CInformationMessage &atis) { this->m_atis = atis;}
|
||||
|
||||
/*!
|
||||
* \brief Set ATIS Message
|
||||
* \param atis
|
||||
*/
|
||||
void setAtisMessage(const QString &atis) { this->m_atis.setMessage(atis); }
|
||||
|
||||
/*!
|
||||
* \brief Get METAR
|
||||
* \return
|
||||
*/
|
||||
const CInformationMessage &getMetar() const { return m_metar; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user