swift
Public Member Functions | List of all members
XSwiftBus::CCommand Class Reference

Class-based interface to X-Plane's custom command API. More...

Public Member Functions

 CCommand (const char *name, const char *description, std::function< void()> handler)
 Constructor.
 
 ~CCommand ()
 Destructor.
 
 CCommand (const CCommand &)=delete
 Not copyable.
 
CCommandoperator= (const CCommand &)=delete
 Not copyable.
 

Detailed Description

Class-based interface to X-Plane's custom command API.

Definition at line 19 of file command.h.


The documentation for this class was generated from the following file: