Skip to content

Clean up named value parsing in CAP alert messages

Volker Krause requested to merge work/vkrause/cap-unify-named-value-parsing into master
  • Use a Q_GADGET struct rather than std::pair, so we have the chance of interfacing with QML
  • Deduplicate the parsing code, and handle name/value tags in arbitrary order.
  • Add AlertInfo::eventCodes.

Merge request reports