swift
|
Proxy object connected to a real XSwiftBus::CService object via DBus. More...
Public Slots | |
QString | getVersionNumber () |
Get xswiftbus version number. | |
QString | getCommitHash () |
Get SHA1 of the last commit that could influence xswiftbus. | |
void | getOwnAircraftSituationDataAsync (swift::simplugin::xplane::XPlaneData *o_xplaneData) |
Get own aircraft situation data. | |
void | getOwnAircraftVelocityDataAsync (swift::simplugin::xplane::XPlaneData *o_xplaneData) |
Get own aircraft velocity data. | |
void | getOwnAircraftCom1DataAsync (swift::simplugin::xplane::XPlaneData *o_xplaneData) |
Get own aircraft COM1 data. | |
void | getOwnAircraftCom2DataAsync (swift::simplugin::xplane::XPlaneData *o_xplaneData) |
Get own aircraft COM2 data. | |
void | getOwnAircraftXpdrAsync (swift::simplugin::xplane::XPlaneData *o_xplaneData) |
Get own XPDR data. | |
void | getOwnAircraftLightsAsync (swift::simplugin::xplane::XPlaneData *o_xplaneData) |
Get own lights data. | |
void | getOwnAircraftPartsAsync (swift::simplugin::xplane::XPlaneData *o_xplaneData) |
Get own parts such as gear, flaps. | |
void | getOwnAircraftModelDataAsync (swift::simplugin::xplane::XPlaneData *o_xplaneData) |
Get own model data. | |
void | addTextMessage (const QString &text, double red, double green, double blue) |
Add a text message to the on-screen display, with RGB components in the range [0,1]. More... | |
void | updateAirportsInRange () |
void | resetFrameTotals () |
Reset the monitoring of total miles and minutes lost due to low frame rate. More... | |
void | setCom1ActiveKhz (int freq) |
Set the current COM1 active frequency in kHz. More... | |
void | setCom1StandbyKhz (int freq) |
Set the current COM1 standby frequency in kHz. More... | |
void | setCom2ActiveKhz (int freq) |
Set the current COM2 active frequency in kHz. More... | |
void | setCom2StandbyKhz (int freq) |
Set the current COM2 standby frequency in kHz. More... | |
void | setTransponderCode (int code) |
Set the current transponder code in decimal. More... | |
void | setTransponderMode (int mode) |
Set the current transponder mode (depends on the aircraft, 0 and 1 usually mean standby, >1 active) More... | |
void | setSettingsJson (const QString &json) |
Set settings. More... | |
QString | getAircraftModelPath () const |
Get full path to current aircraft model. More... | |
void | getAircraftModelPathAsync (QString *o_modelPath) |
Get full path to current aircraft model. More... | |
QString | getAircraftModelFilename () const |
Get base filename of current aircraft model. More... | |
void | getAircraftModelFilenameAsync (QString *o_modelFilename) |
Get base filename of current aircraft model. More... | |
QString | getAircraftLivery () const |
Get current aircraft livery. More... | |
void | getAircraftLiveryAsync (QString *o_modelLivery) |
Get current aircraft livery. More... | |
QString | getAircraftIcaoCode () const |
Get the ICAO code of the current aircraft model. More... | |
void | getAircraftIcaoCodeAsync (QString *o_icaoCode) |
Get the ICAO code of the current aircraft model. More... | |
QString | getAircraftDescription () const |
Get the description of the current aircraft model. More... | |
void | getAircraftDescriptionAsync (QString *o_description) |
Get the description of the current aircraft model. More... | |
QString | getAircraftModelString () const |
Get canonical swift model string of current aircraft model. More... | |
void | getAircraftModelStringAsync (QString *o_modelString) |
Get canonical swift model string of current aircraft model. More... | |
QString | getAircraftName () const |
Get name of current aircraft model. More... | |
void | getAircraftNameAsync (QString *o_name) |
Get name of current aircraft model. More... | |
int | getXPlaneVersionMajor () const |
Get major version number. More... | |
void | getXPlaneVersionMajorAsync (int *o_versionMajor) |
Get major version number. More... | |
int | getXPlaneVersionMinor () const |
Get minor version number. More... | |
void | getXPlaneVersionMinorAsync (int *o_versionMinor) |
Get minor version number. More... | |
QString | getXPlaneInstallationPath () const |
Get root of X-Plane install path. More... | |
void | getXPlaneInstallationPathAsync (QString *o_installPath) |
Get root of X-Plane install path. More... | |
QString | getXPlanePreferencesPath () const |
Get full path to X-Plane preferences file. More... | |
void | getXPlanePreferencesPathAsync (QString *o_prefsPath) |
Get full path to X-Plane preferences file. More... | |
bool | isPaused () const |
True if sim is paused. More... | |
void | isPausedAsync (bool *o_paused) |
True if sim is paused. More... | |
bool | isUsingRealTime () const |
True if sim time is tracking operating system time. More... | |
void | isUsingRealTimeAsync (bool *o_isRealTime) |
True if sim time is tracking operating system time. More... | |
void | getFrameStats (double *o_averageFps, double *o_simTimeRatio, double *o_trackMilesShort, double *o_minutesLate) const |
Frames-per-second, averaged over the last 500 frames, or since this function was last called, whichever is later. Second part is the average simulation time ratio during the same period. Third part is the total track miles over-reported during the same period. Fourth part is the total minutes behind scedule during the same period. More... | |
void | getFrameStatsAsync (double *o_averageFps, double *o_simTimeRatio, double *o_trackMilesShort, double *o_minutesLate) |
Frames-per-second, averaged over the last 500 frames, or since this function was last called, whichever is later. Second part is the average simulation time ratio during the same period. Third part is the total track miles over-reported during the same period. Fourth part is the total minutes behind scedule during the same period. More... | |
double | getLatitudeDeg () const |
Get aircraft latitude in degrees. More... | |
void | getLatitudeDegAsync (double *o_latitude) |
Get aircraft latitude in degrees. More... | |
double | getLongitudeDeg () const |
Get aircraft longitude in degrees. More... | |
void | getLongitudeDegAsync (double *o_longitude) |
Get aircraft longitude in degrees. More... | |
double | getAltitudeMslM () const |
Get aircraft altitude in meters. More... | |
void | getAltitudeMslMAsync (double *o_altitude) |
Get aircraft altitude in meters. More... | |
double | getPressureAltitudeFt () const |
Get aircraft pressure altitude in feet in standard atmosphere in X-Plane 12. NaN in earlier versions of X-Plane. More... | |
void | getPressureAltitudeFtAsync (double *o_altitude) |
Get aircraft pressure altitude in feet in standard atmosphere in X-Plane 12. NaN in earlier versions of X-Plane. More... | |
double | getHeightAglM () const |
Get aircraft height in meters. More... | |
void | getHeightAglMAsync (double *o_height) |
Get aircraft height in meters. More... | |
double | getGroundSpeedMps () const |
Get aircraft groundspeed in meters per second. More... | |
void | getGroundSpeedMpsAsync (double *o_groundspeed) |
Get aircraft groundspeed in meters per second. More... | |
double | getIndicatedAirspeedKias () const |
Get aircraft IAS in knots. More... | |
void | getIndicatedAirspeedKiasAsync (double *o_ias) |
Get aircraft IAS in knots. More... | |
double | getTrueAirspeedKias () const |
Get aircraft TAS in meters per second. More... | |
void | getTrueAirspeedKiasAsync (double *o_tas) |
Get aircraft TAS in meters per second. More... | |
double | getPitchDeg () const |
Get aircraft pitch in degrees above horizon. More... | |
void | getPitchDegAsync (double *o_pitch) |
Get aircraft pitch in degrees above horizon. More... | |
double | getRollDeg () const |
Get aircraft roll in degrees. More... | |
void | getRollDegAsync (double *o_roll) |
Get aircraft roll in degrees. More... | |
double | getTrueHeadingDeg () const |
Get aircraft true heading in degrees. More... | |
void | getTrueHeadingDegAsync (double *o_heading) |
Get aircraft true heading in degrees. More... | |
double | getLocalXVelocityMps () const |
Get aircraft local velocity in world coordinates meters per second. More... | |
void | getLocalXVelocityMpsAsync (double *o_velocity) |
Get aircraft local velocity in world coordinates meters per second. More... | |
double | getLocalYVelocityMps () const |
Get aircraft local velocity in world coordinates meters per second. More... | |
void | getLocalYVelocityMpsAsync (double *o_velocity) |
Get aircraft local velocity in world coordinates meters per second. More... | |
double | getLocalZVelocityMps () const |
Get aircraft local velocity in world coordinates meters per second. More... | |
void | getLocalZVelocityMpsAsync (double *o_velocity) |
Get aircraft local velocity in world coordinates meters per second. More... | |
double | getPitchRadPerSec () const |
Get aircraft angular velocity in radians per second. More... | |
void | getPitchRadPerSecAsync (double *o_radPerSec) |
Get aircraft angular velocity in radians per second. More... | |
double | getRollRadPerSec () const |
Get aircraft angular velocity in radians per second. More... | |
void | getRollRadPerSecAsync (double *o_radPerSec) |
Get aircraft angular velocity in radians per second. More... | |
double | getHeadingRadPerSec () const |
Get aircraft angular velocity in radians per second. More... | |
void | getHeadingRadPerSecAsync (double *o_radPerSec) |
Get aircraft angular velocity in radians per second. More... | |
bool | getAnyWheelOnGround () const |
Get whether any wheel is on the ground. | |
void | getAnyWheelOnGroundAsync (bool *o_anyWheel) |
Get whether any wheel is on the ground. | |
bool | getAllWheelsOnGround () const |
Get whether all wheels are on the ground. | |
void | getAllWheelsOnGroundAsync (bool *o_allWheels) |
Get whether all wheels are on the ground. | |
double | getGroundElevation () const |
Get elevation of ground under the plane (in meters) | |
void | getGroundElevationAsync (double *o_elevationM) |
Get elevation of ground under the plane (in meters) | |
int | getCom1ActiveKhz () const |
Get the current COM1 active frequency in kHz. More... | |
void | getCom1ActiveKhzAsync (int *o_com1Active) |
Get the current COM1 active frequency in kHz. More... | |
int | getCom1StandbyKhz () const |
Get the current COM1 standby frequency in kHz. More... | |
void | getCom1StandbyKhzAsync (int *o_com1Standby) |
Get the current COM1 standby frequency in kHz. More... | |
bool | isCom1Receiving () const |
Is COM1 receiving? More... | |
void | isCom1ReceivingAsync (bool *o_com1Rec) |
Is COM1 receiving? More... | |
bool | isCom1Transmitting () const |
Is COM1 transmitting? More... | |
void | isCom1TransmittingAsync (bool *o_com1Tx) |
Is COM1 transmitting? More... | |
double | getCom1Volume () const |
Get the COM1 volume 0..1. More... | |
void | getCom1VolumeAsync (double *o_com1Volume) |
Get the COM1 volume 0..1. More... | |
int | getCom2ActiveKhz () const |
Get the current COM2 active frequency in kHz. More... | |
void | getCom2ActiveKhzAsync (int *o_com2Active) |
Get the current COM2 active frequency in kHz. More... | |
int | getCom2StandbyKhz () const |
Get the current COM2 standby frequency in kHz. More... | |
void | getCom2StandbyKhzAsync (int *o_com2Standby) |
Get the current COM2 standby frequency in kHz. More... | |
bool | isCom2Receiving () const |
Is COM2 receiving? More... | |
void | isCom2ReceivingAsync (bool *o_com2Rec) |
Is COM2 receiving? More... | |
bool | isCom2Transmitting () const |
Is COM2 transmitting? More... | |
void | isCom2TransmittingAsync (bool *o_com2Tx) |
Is COM2 transmitting? More... | |
double | getCom2Volume () const |
Get the COM2 volume 0..1. More... | |
void | getCom2VolumeAsync (double *o_com2Volume) |
Get the COM2 volume 0..1. More... | |
int | getTransponderCode () const |
Get the current transponder code in decimal. More... | |
void | getTransponderCodeAsync (int *o_xpdrCode) |
Get the current transponder code in decimal. More... | |
int | getTransponderMode () const |
Get the current transponder mode (depends on the aircraft, 0 and 1 usually mean standby, >1 active) More... | |
void | getTransponderModeAsync (int *o_xpdrMode) |
Get the current transponder mode (depends on the aircraft, 0 and 1 usually mean standby, >1 active) More... | |
bool | getTransponderIdent () const |
Get whether we are currently squawking ident. More... | |
void | getTransponderIdentAsync (bool *o_ident) |
Get whether we are currently squawking ident. More... | |
bool | getBeaconLightsOn () const |
Get whether landing lights are on. More... | |
void | getBeaconLightsOnAsync (bool *o_beaconLightsOn) |
Get whether landing lights are on. More... | |
bool | getLandingLightsOn () const |
Get whether landing lights are on. More... | |
void | getLandingLightsOnAsync (bool *o_landingLightsOn) |
Get whether landing lights are on. More... | |
bool | getNavLightsOn () const |
Get whether nav lights are on. More... | |
void | getNavLightsOnAsync (bool *o_navLightsOn) |
Get whether nav lights are on. More... | |
bool | getStrobeLightsOn () const |
Get whether strobe lights are on. More... | |
void | getStrobeLightsOnAsync (bool *o_strobeLightsOn) |
Get whether strobe lights are on. More... | |
bool | getTaxiLightsOn () const |
Get whether taxi lights are on. More... | |
void | getTaxiLightsOnAsync (bool *o_taxiLightsOn) |
Get whether taxi lights are on. More... | |
double | getQNHInHg () const |
Get barometric pressure at sea level in inches of mercury. More... | |
void | getQNHInHgAsync (double *o_qnh) |
Get barometric pressure at sea level in inches of mercury. More... | |
double | getFlapsDeployRatio () const |
Get flaps deploy ratio, where 0.0 is flaps fully retracted, and 1.0 is flaps fully extended. More... | |
void | getFlapsDeployRatioAsync (double *o_flapsDeployRatio) |
Get flaps deploy ratio, where 0.0 is flaps fully retracted, and 1.0 is flaps fully extended. More... | |
double | getGearDeployRatio () const |
Get gear deploy ratio, where 0 is up and 1 is down. More... | |
void | getGearDeployRatioAsync (double *o_gearDeployRatio) |
Get gear deploy ratio, where 0 is up and 1 is down. More... | |
int | getNumberOfEngines () const |
Get the number of engines of current aircraft. More... | |
void | getNumberOfEnginesAsync (double *o_numberOfEngines) |
Get the number of engines of current aircraft. More... | |
QList< double > | getEngineN1Percentage () const |
Get the N1 speed as percent of max (per engine) More... | |
void | getEngineN1PercentageAsync (QList< double > *o_engineN1Percentage) |
Get the N1 speed as percent of max (per engine) More... | |
double | getSpeedBrakeRatio () const |
Get the ratio how much the speedbrakes surfaces are extended (0.0 is fully retracted, and 1.0 is fully extended) More... | |
void | getSpeedBrakeRatioAsync (double *o_speedBrakeRatio) |
Get the ratio how much the speedbrakes surfaces are extended (0.0 is fully retracted, and 1.0 is fully extended) More... | |
QString | getSettingsJson () const |
Get settings. More... | |
void | getSettingsJsonAsync (QString *o_jsonSettings) |
Get settings. More... | |
Signals | |
SWIFT_NO_RELAY void | asyncMethodError (QDBusError error) |
Emitted if an asynchronous method call caused a DBus error. | |
void | aircraftModelChanged (const QString &path, const QString &filename, const QString &livery, const QString &icao, const QString &modelString, const QString &name, const QString &description) |
Own aircraft model changed. | |
void | sceneryLoaded () |
Scenery was loaded. | |
Public Member Functions | |
CXSwiftBusServiceProxy (QDBusConnection &connection, QObject *parent=nullptr, bool dummy=false) | |
Constructor. | |
bool | isValid () const |
Does the remote object exist? | |
void | cancelAllPendingAsyncCalls () |
Cancel all current async slot calls. | |
Static Public Member Functions | |
static const QString & | InterfaceName () |
Service name. | |
static const QString & | ObjectPath () |
Service path. | |
Proxy object connected to a real XSwiftBus::CService object via DBus.
Definition at line 37 of file xswiftbusserviceproxy.h.
|
slot |
Add a text message to the on-screen display, with RGB components in the range [0,1].
Definition at line 208 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the description of the current aircraft model.
Definition at line 254 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the description of the current aircraft model.
Definition at line 258 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the ICAO code of the current aircraft model.
Definition at line 245 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the ICAO code of the current aircraft model.
Definition at line 249 of file xswiftbusserviceproxy.cpp.
|
slot |
Get current aircraft livery.
Definition at line 236 of file xswiftbusserviceproxy.cpp.
|
slot |
Get current aircraft livery.
Definition at line 240 of file xswiftbusserviceproxy.cpp.
|
slot |
Get base filename of current aircraft model.
Definition at line 227 of file xswiftbusserviceproxy.cpp.
|
slot |
Get base filename of current aircraft model.
Definition at line 231 of file xswiftbusserviceproxy.cpp.
|
slot |
Get full path to current aircraft model.
Definition at line 218 of file xswiftbusserviceproxy.cpp.
|
slot |
Get full path to current aircraft model.
Definition at line 222 of file xswiftbusserviceproxy.cpp.
|
slot |
Get canonical swift model string of current aircraft model.
Definition at line 263 of file xswiftbusserviceproxy.cpp.
|
slot |
Get canonical swift model string of current aircraft model.
Definition at line 267 of file xswiftbusserviceproxy.cpp.
|
slot |
Get name of current aircraft model.
Definition at line 272 of file xswiftbusserviceproxy.cpp.
|
slot |
Get name of current aircraft model.
Definition at line 276 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft altitude in meters.
Definition at line 389 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft altitude in meters.
Definition at line 393 of file xswiftbusserviceproxy.cpp.
|
slot |
Get whether landing lights are on.
Definition at line 676 of file xswiftbusserviceproxy.cpp.
|
slot |
Get whether landing lights are on.
Definition at line 681 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the current COM1 active frequency in kHz.
Definition at line 552 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the current COM1 active frequency in kHz.
Definition at line 556 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the current COM1 standby frequency in kHz.
Definition at line 561 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the current COM1 standby frequency in kHz.
Definition at line 566 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the COM1 volume 0..1.
Definition at line 591 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the COM1 volume 0..1.
Definition at line 596 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the current COM2 active frequency in kHz.
Definition at line 601 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the current COM2 active frequency in kHz.
Definition at line 605 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the current COM2 standby frequency in kHz.
Definition at line 610 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the current COM2 standby frequency in kHz.
Definition at line 614 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the COM2 volume 0..1.
Definition at line 639 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the COM2 volume 0..1.
Definition at line 644 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the N1 speed as percent of max (per engine)
Definition at line 796 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the N1 speed as percent of max (per engine)
Definition at line 801 of file xswiftbusserviceproxy.cpp.
|
slot |
Get flaps deploy ratio, where 0.0 is flaps fully retracted, and 1.0 is flaps fully extended.
Definition at line 766 of file xswiftbusserviceproxy.cpp.
|
slot |
Get flaps deploy ratio, where 0.0 is flaps fully retracted, and 1.0 is flaps fully extended.
Definition at line 771 of file xswiftbusserviceproxy.cpp.
|
slot |
Frames-per-second, averaged over the last 500 frames, or since this function was last called, whichever is later. Second part is the average simulation time ratio during the same period. Third part is the total track miles over-reported during the same period. Fourth part is the total minutes behind scedule during the same period.
Definition at line 335 of file xswiftbusserviceproxy.cpp.
|
slot |
Frames-per-second, averaged over the last 500 frames, or since this function was last called, whichever is later. Second part is the average simulation time ratio during the same period. Third part is the total track miles over-reported during the same period. Fourth part is the total minutes behind scedule during the same period.
Definition at line 352 of file xswiftbusserviceproxy.cpp.
|
slot |
Get gear deploy ratio, where 0 is up and 1 is down.
Definition at line 776 of file xswiftbusserviceproxy.cpp.
|
slot |
Get gear deploy ratio, where 0 is up and 1 is down.
Definition at line 781 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft groundspeed in meters per second.
Definition at line 416 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft groundspeed in meters per second.
Definition at line 420 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft angular velocity in radians per second.
Definition at line 515 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft angular velocity in radians per second.
Definition at line 519 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft height in meters.
Definition at line 407 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft height in meters.
Definition at line 411 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft IAS in knots.
Definition at line 425 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft IAS in knots.
Definition at line 429 of file xswiftbusserviceproxy.cpp.
|
slot |
Get whether landing lights are on.
Definition at line 686 of file xswiftbusserviceproxy.cpp.
|
slot |
Get whether landing lights are on.
Definition at line 691 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft latitude in degrees.
Definition at line 371 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft latitude in degrees.
Definition at line 375 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft local velocity in world coordinates meters per second.
Definition at line 470 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft local velocity in world coordinates meters per second.
Definition at line 474 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft local velocity in world coordinates meters per second.
Definition at line 479 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft local velocity in world coordinates meters per second.
Definition at line 483 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft local velocity in world coordinates meters per second.
Definition at line 488 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft local velocity in world coordinates meters per second.
Definition at line 492 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft longitude in degrees.
Definition at line 380 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft longitude in degrees.
Definition at line 384 of file xswiftbusserviceproxy.cpp.
|
slot |
Get whether nav lights are on.
Definition at line 696 of file xswiftbusserviceproxy.cpp.
|
slot |
Get whether nav lights are on.
Definition at line 701 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the number of engines of current aircraft.
Definition at line 786 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the number of engines of current aircraft.
Definition at line 791 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft pitch in degrees above horizon.
Definition at line 443 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft pitch in degrees above horizon.
Definition at line 447 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft angular velocity in radians per second.
Definition at line 497 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft angular velocity in radians per second.
Definition at line 501 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft pressure altitude in feet in standard atmosphere in X-Plane 12. NaN in earlier versions of X-Plane.
Definition at line 398 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft pressure altitude in feet in standard atmosphere in X-Plane 12. NaN in earlier versions of X-Plane.
Definition at line 402 of file xswiftbusserviceproxy.cpp.
|
slot |
Get barometric pressure at sea level in inches of mercury.
Definition at line 727 of file xswiftbusserviceproxy.cpp.
|
slot |
Get barometric pressure at sea level in inches of mercury.
Definition at line 732 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft roll in degrees.
Definition at line 452 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft roll in degrees.
Definition at line 456 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft angular velocity in radians per second.
Definition at line 506 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft angular velocity in radians per second.
Definition at line 510 of file xswiftbusserviceproxy.cpp.
|
slot |
Get settings.
Definition at line 816 of file xswiftbusserviceproxy.cpp.
|
slot |
Get settings.
Definition at line 821 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the ratio how much the speedbrakes surfaces are extended (0.0 is fully retracted, and 1.0 is fully extended)
Definition at line 806 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the ratio how much the speedbrakes surfaces are extended (0.0 is fully retracted, and 1.0 is fully extended)
Definition at line 811 of file xswiftbusserviceproxy.cpp.
|
slot |
Get whether strobe lights are on.
Definition at line 706 of file xswiftbusserviceproxy.cpp.
|
slot |
Get whether strobe lights are on.
Definition at line 712 of file xswiftbusserviceproxy.cpp.
|
slot |
Get whether taxi lights are on.
Definition at line 717 of file xswiftbusserviceproxy.cpp.
|
slot |
Get whether taxi lights are on.
Definition at line 722 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the current transponder code in decimal.
Definition at line 649 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the current transponder code in decimal.
Definition at line 653 of file xswiftbusserviceproxy.cpp.
|
slot |
Get whether we are currently squawking ident.
Definition at line 667 of file xswiftbusserviceproxy.cpp.
|
slot |
Get whether we are currently squawking ident.
Definition at line 671 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the current transponder mode (depends on the aircraft, 0 and 1 usually mean standby, >1 active)
Definition at line 658 of file xswiftbusserviceproxy.cpp.
|
slot |
Get the current transponder mode (depends on the aircraft, 0 and 1 usually mean standby, >1 active)
Definition at line 662 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft TAS in meters per second.
Definition at line 434 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft TAS in meters per second.
Definition at line 438 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft true heading in degrees.
Definition at line 461 of file xswiftbusserviceproxy.cpp.
|
slot |
Get aircraft true heading in degrees.
Definition at line 465 of file xswiftbusserviceproxy.cpp.
|
slot |
Get root of X-Plane install path.
Definition at line 299 of file xswiftbusserviceproxy.cpp.
|
slot |
Get root of X-Plane install path.
Definition at line 303 of file xswiftbusserviceproxy.cpp.
|
slot |
Get full path to X-Plane preferences file.
Definition at line 308 of file xswiftbusserviceproxy.cpp.
|
slot |
Get full path to X-Plane preferences file.
Definition at line 312 of file xswiftbusserviceproxy.cpp.
|
slot |
Get major version number.
Definition at line 281 of file xswiftbusserviceproxy.cpp.
|
slot |
Get major version number.
Definition at line 285 of file xswiftbusserviceproxy.cpp.
|
slot |
Get minor version number.
Definition at line 290 of file xswiftbusserviceproxy.cpp.
|
slot |
Get minor version number.
Definition at line 294 of file xswiftbusserviceproxy.cpp.
|
slot |
Is COM1 receiving?
Definition at line 571 of file xswiftbusserviceproxy.cpp.
|
slot |
Is COM1 receiving?
Definition at line 576 of file xswiftbusserviceproxy.cpp.
|
slot |
Is COM1 transmitting?
Definition at line 581 of file xswiftbusserviceproxy.cpp.
|
slot |
Is COM1 transmitting?
Definition at line 586 of file xswiftbusserviceproxy.cpp.
|
slot |
Is COM2 receiving?
Definition at line 619 of file xswiftbusserviceproxy.cpp.
|
slot |
Is COM2 receiving?
Definition at line 624 of file xswiftbusserviceproxy.cpp.
|
slot |
Is COM2 transmitting?
Definition at line 629 of file xswiftbusserviceproxy.cpp.
|
slot |
Is COM2 transmitting?
Definition at line 634 of file xswiftbusserviceproxy.cpp.
|
slot |
True if sim is paused.
Definition at line 317 of file xswiftbusserviceproxy.cpp.
|
slot |
True if sim is paused.
Definition at line 321 of file xswiftbusserviceproxy.cpp.
|
slot |
True if sim time is tracking operating system time.
Definition at line 326 of file xswiftbusserviceproxy.cpp.
|
slot |
True if sim time is tracking operating system time.
Definition at line 330 of file xswiftbusserviceproxy.cpp.
|
slot |
Reset the monitoring of total miles and minutes lost due to low frame rate.
Definition at line 369 of file xswiftbusserviceproxy.cpp.
|
slot |
Set the current COM1 active frequency in kHz.
Definition at line 737 of file xswiftbusserviceproxy.cpp.
|
slot |
Set the current COM1 standby frequency in kHz.
Definition at line 742 of file xswiftbusserviceproxy.cpp.
|
slot |
Set the current COM2 active frequency in kHz.
Definition at line 747 of file xswiftbusserviceproxy.cpp.
|
slot |
Set the current COM2 standby frequency in kHz.
Definition at line 752 of file xswiftbusserviceproxy.cpp.
|
slot |
Set settings.
Definition at line 826 of file xswiftbusserviceproxy.cpp.
|
slot |
Set the current transponder code in decimal.
Definition at line 757 of file xswiftbusserviceproxy.cpp.
|
slot |
Set the current transponder mode (depends on the aircraft, 0 and 1 usually mean standby, >1 active)
Definition at line 762 of file xswiftbusserviceproxy.cpp.
|
slot |
Definition at line 213 of file xswiftbusserviceproxy.cpp.