23 #ifndef PIXPLANEFMCCDU_SRC_X737FMC_H_ 24 #define PIXPLANEFMCCDU_SRC_X737FMC_H_ 29 #include "AbstractFMC.h" 37 std::map<int, std::map<int, std::string>> keyInfo;
69 virtual void receiveDataRef(std::string type, std::string dataref, std::string value);
72 virtual void keyPressEvent (
int row,
int col);
75 virtual void keyReleaseEvent (
int row,
int col);
Definition: AbstractFMC.h:28
virtual void receiveDataRef(std::string type, std::string dataref, std::string value)
called when we receive a float dataref from the server.
Definition: X737FMC.cpp:198
virtual void subscribeDataRefs()
subscribe to datarefs
Definition: X737FMC.cpp:136
virtual void deInit()
de-initialize the fmc.
Definition: X737FMC.cpp:158
virtual std::string getName()
returns name of FMC plugin.
Definition: X737FMC.cpp:120