XPLMDataChanged_f

typedef void (* XPLMDataChanged_f)(
                         void *               inRefcon);

An XPLMDataChanged_f is a callback that the XPLM calls whenever any other plug-in modifies shared data. A refcon you provide is passed back to help identify which data is being changed. In response, you may want to call one of the XPLMGetDataxxx routines to find the new value of the data.