swift
|
Go to the source code of this file.
Classes | |
class | swift::core::fsd::MessageBase |
FSD message base class. More... | |
Namespaces | |
swift::core | |
Backend services of the swift project, like dealing with the network or the simulators. | |
Enumerations | |
enum class | MessageType { Unknown , AddAtc , AddPilot , AtcDataUpdate , AuthChallenge , AuthResponse , ClientIdentification , ClientQuery , ClientResponse , DeleteATC , DeletePilot , EuroscopeSimData , FlightPlan , ProController , FsdIdentification , KillRequest , PilotDataUpdate , VisualPilotDataUpdate , VisualPilotDataPeriodic , VisualPilotDataStopped , VisualPilotDataToggle , Ping , Pong , ServerError , ServerHeartbeat , RegistrationInfo , TextMessage , PilotClientCom , RevBClientParts , RevBPilotDescription , Rehost , Mute } |
Message type. More... | |
Functions | |
template<class T > | |
QString | swift::core::fsd::messageToFSDString (const T &message) |
String which will be send. | |
|
strong |
Message type.
Definition at line 18 of file messagebase.h.