Crate xplane

source ·
Expand description

Bindings to the X-Plane plugin SDK. These should be mostly safe, although care must be taken in some aspects. Any functions or modules that could behave in unexpected ways will try document that.

Panics should reliably unwind out into the simulator and produce a backtrace. The core will dump in a non-graceful manner, however, since X-Plane does not have an exception handler with the right personality for libunwind to grab at the bottom of the stack.

Modules§

Macros§

  • Writes a message to the developer console and Log.txt file. Keep output to the X-Plane log to a minimum. This file can get rather cluttered.
  • Writes a message to the developer console and Log.txt file, with a newline. Keep output to the X-Plane log to a minimum. This file can get rather cluttered.
  • Creates an X-Plane plugin

Structs§

  • Access struct for all APIs in this crate. Intentionally neither Send nor Sync. Almost nothing in this crate is.