leamas
leamas
Don't be sorry, no need.
> GetSignalkPayload (not really broken, but ocpn_plugin.h lacks the linkage modifier extern DECL_EXP). hm... ``` $ git blame include/ocpn_plugin.h | grep GetPluginMsgPayload 55b5e62968 (Alec Leamas 2024-02-13 12:59:11 +0100 1871) extern...
> GetPluginMsgPayload What is the actual problem here? Is there no debug message, or no/wrong data printed? At a glance the usage looks ok to me. Not sure about the...
> That is, the `extern DECL_EXP? is there and has been so .. but it is indeed missing in GetSignalkPayload. Sorry. Fixed in 7514a69ad
AFK for a while, back later.
> Possibly related, even though WANTS_PLUGIN_MESSAGING is set, SetPluginMessage is never invoked, so perhaps all OCPN Messaging is broken? Too many turning wheels here.... > They worked correctly in the...
OK, I'll try to find some time later. However, no time today and probably not tomorrow either. We'll see...
> Especially e5787ed21f5b8ea87d0afbc5893f3d76661a55b5 There is no such commit. Perhaps you meant be72dde2c and/or bd9ec10ca ?
I intend to make a stab at GetPluginMsgPayload problem, but ~not~ only that.
> GetPluginMsgPayload problem This basically about bad documentation. The purpose of this API is to claim messages received over the htpp(s) REST interface. The testcase is in _test/rest_tests.cpp_ around line...