2015-04-07 15:43:54 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
ADDON = false;
|
|
|
|
|
|
|
|
PREP(buttonPressed);
|
2015-04-07 17:57:42 +00:00
|
|
|
PREP(canShow);
|
2015-04-07 15:43:54 +00:00
|
|
|
PREP(collectData);
|
|
|
|
PREP(createKestrelDialog);
|
|
|
|
PREP(displayKestrel);
|
|
|
|
PREP(generateOutputData);
|
2015-04-13 09:53:19 +00:00
|
|
|
PREP(measureWindSpeed);
|
2015-05-09 19:41:01 +00:00
|
|
|
PREP(onCloseDialog);
|
|
|
|
PREP(onCloseDisplay);
|
2015-05-14 13:39:29 +00:00
|
|
|
PREP(restoreUserData);
|
|
|
|
PREP(storeUserData);
|
|
|
|
PREP(updateDisplay);
|
|
|
|
PREP(updateImpellerState);
|
2015-05-09 19:41:01 +00:00
|
|
|
|
2015-04-07 15:43:54 +00:00
|
|
|
ADDON = true;
|