Skip to main content

Module command

Module command 

Source
Expand description

Commands

Structs§

Command
A command created by X-Plane or another plugin, that can be triggered
CommandHold
An RAII lock that keeps a command held down
OwnedCommand
A command created by this plugin that can be triggered by other components

Enums§

CommandCreateError
Errors that can occur when creating a Command
CommandFindError
Errors that can occur when finding a command

Traits§

CommandHandler
Trait for things that can handle commands