Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
decodeTelemetry
Decode supported channel, fixed-generation, or ARGUS telemetry.
API
Decode supported channel, fixed-generation, or ARGUS telemetry. Returns nullopt for an unrecognized payload; invalid field types may throw JSON exceptions.
Namespace: DARTWIC::Share::JsonCodec.
#include <dartwic/share/DARTWICShareJsonCodec.h>Declaration
std::optional<Telemetry> decodeTelemetry(const nlohmann::json& frame);