The following files have been uploaded to
the Files area of the [email protected] group.
By: Dwayne Sinclair AB6A <Dwayne_sinclair@...>
Description:
I "leveled" up on this one - I redid the MacDoppler and MacLogger flows to optimize on code reuse. Focus is to put messages into a JS object format so that individual object variables can be easily accessed using msg.payload.[variable name]. I move the message sequence number into the global variable msg.reportMsgId. I also moved the report type into the msg.type variable... As an example msg.type = Rotor Report. Debug the full msg object to see the Type and reportMsgId. If I left the MacDoppler message ID in the object, we would not be able to use rule based execution on change.