38std::expected<EniRead, std::string>
readEni(std::string_view xml);
std::expected< EniRead, std::string > readEni(std::string_view xml)
Reads an ENI document into a network.
Definition eni_reader.cc:491
A complete network configuration (ENI EtherCATConfig/Config).
Definition eni.h:430
A network read out of an ENI document, and what the document held that this model does not.
Definition eni_reader.h:20
std::vector< std::string > warnings
One per element seen and not modelled, or not decodable.
Definition eni_reader.h:22
EniNetwork network
Everything the model covers.
Definition eni_reader.h:21