Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device.
Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Could anyone explain what is the purpose of all these event types? I can understand EV_UPDATED and EV_UNPACKED as it is used in code when instance value is changed or object received and then even is send with one of them. But I don’t see any usage of others update types (EV_NONE is strange one, usually it is used to perform initial initialization).
Other types are used by Telemetry module in even masks, but actually these are never send either by UAVObject manager nor by Event dispatcher.
EV_NONE = 0 << 0, // No event
EV_UNPACKED = 1 << 0, // Object data updated by unpacking
EV_UPDATED = 1 << 1, // Object data updated by changing the data structure
EV_UPDATED_MANUAL = 1 << 2, // Object update event manually generated
EV_UPDATED_PERIODIC = 1 << 3, // Object update from periodic event
EV_LOGGING_MANUAL = 1 << 4, // Object update event manually generated
EV_LOGGING_PERIODIC = 1 << 5, // Object update from periodic event
EV_UPDATE_REQ = 1 << 6, // Request to update object data
And one more thing. Please fix LibrePilot forum. I can’t restore my password (email with restore info is never send)
Sorry for spamming here, but it is not possible to register in https://forum.librepilot.org/
I have few questions:
How to register/recover forgotten password?
Why not to move development to https://github.com/librepilot ?