Motion Master 6.0.0-alpha.86
Next-generation motion control software
Loading...
Searching...
No Matches
eni_request.h
Go to the documentation of this file.
1#pragma once
2
3#include <expected>
4#include <nlohmann/json_fwd.hpp>
5#include <string>
6#include <string_view>
7
8namespace mm::node {
9
30std::expected<nlohmann::json, std::string> buildEniResponse(std::string_view xml);
31
32} // namespace mm::node
Definition bus_health_source.h:7
std::expected< nlohmann::json, std::string > buildEniResponse(std::string_view xml)
Reads an ENI document and renders it as JSON, with each datagram explained.
Definition eni_request.cc:189