Pi-XPlane-FMC-CDU
|
Public Member Functions | |
virtual std::string | getName () |
returns name of FMC plugin. More... | |
virtual void | init () |
virtual void | deInit () |
de-initialize the fmc. More... | |
virtual void | receiveDataRef (std::string type, std::string dataref, std::string value) |
called when we receive a float dataref from the server. More... | |
virtual void | keyPressEvent (int row, int col) |
virtual void | keyReleaseEvent (int row, int col) |
![]() | |
virtual void | subscribeDataRefs () |
subscribe to datarefs More... | |
|
virtual |
de-initialize the fmc.
This gets called whenever an FMC is to be removed from the "current" screen. Triggered from setCurrentFMC().
Implements AbstractFMC.
|
inlinevirtual |
returns name of FMC plugin.
For "actual" FMCs, the name should be 4 characters, as it needs to fit on the RSKs on the Select screen. This name is also used as the index into FMCManager's actualFMCs map, to get to the actual FMC instances.
Implements AbstractFMC.
|
virtual |
called when we receive a float dataref from the server.
Reimplemented from AbstractFMC.