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
8
namespace
mm::node
{
9
30
std::expected<nlohmann::json, std::string>
buildEniResponse
(std::string_view xml);
31
32
}
// namespace mm::node
mm::node
Definition
bus_health_source.h:7
mm::node::buildEniResponse
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
libs
node
eni_request.h
Generated by
1.9.8