mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
Style
This commit is contained in:
@@ -22,7 +22,8 @@ namespace BlackCore
|
||||
PilotDataUpdate::PilotDataUpdate() : MessageBase()
|
||||
{ }
|
||||
|
||||
PilotDataUpdate::PilotDataUpdate(CTransponder::TransponderMode transponderMode, const QString &sender, int transponderCode, PilotRating rating, double latitude, double longitude, int altitudeTrue, int altitudePressure, int groundSpeed,
|
||||
PilotDataUpdate::PilotDataUpdate(CTransponder::TransponderMode transponderMode, const QString &sender, int transponderCode, PilotRating rating,
|
||||
double latitude, double longitude, int altitudeTrue, int altitudePressure, int groundSpeed,
|
||||
double pitch, double bank, double heading, bool onGround)
|
||||
: MessageBase(sender, {}),
|
||||
m_transponderMode(transponderMode),
|
||||
|
||||
@@ -24,7 +24,8 @@ namespace BlackCore
|
||||
{
|
||||
public:
|
||||
//! Constructor
|
||||
PilotDataUpdate(BlackMisc::Aviation::CTransponder::TransponderMode transponderMode, const QString &sender, int transponderCode, PilotRating rating, double latitude, double longitude, int altitudeTrue, int altitudePressure, int groundSpeed,
|
||||
PilotDataUpdate(BlackMisc::Aviation::CTransponder::TransponderMode transponderMode, const QString &sender, int transponderCode, PilotRating rating,
|
||||
double latitude, double longitude, int altitudeTrue, int altitudePressure, int groundSpeed,
|
||||
double pitch, double bank, double heading, bool onGround);
|
||||
|
||||
//! Message converted to tokens
|
||||
|
||||
Reference in New Issue
Block a user