Motion Master 6.0.0-alpha.86
Next-generation motion control software
Loading...
Searching...
No Matches
eni_collector.h File Reference
#include <cstdint>
#include <expected>
#include <string>
#include <vector>
#include "etg/eni.h"
Include dependency graph for eni_collector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mm::node::EniCollectorOptions
 What an ENI needs that no device can answer for. More...
 
struct  mm::node::EniCollection
 A collected network, and what could not be read while collecting it. More...
 

Namespaces

namespace  mm
 
namespace  mm::node
 

Functions

std::expected< EniCollection, std::string > mm::node::collectEni (DeviceManager &manager, const EniCollectorOptions &options)
 Reads the live bus and builds an ENI network from it.