Motion Master 6.0.0-alpha.50
Next-generation motion control software
Loading...
Searching...
No Matches
device.h File Reference
#include <cstdint>
#include <expected>
#include <format>
#include <memory>
#include <mutex>
#include <nlohmann/json_fwd.hpp>
#include <optional>
#include <span>
#include <string>
#include <unordered_map>
#include <variant>
#include <vector>
#include "comm/fieldbus_driver.h"
#include "node/device_parameter.h"
#include "node/pdo_mapping.h"
Include dependency graph for device.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mm::node::Device
 Represents a single node on the fieldbus. More...
 

Namespaces

namespace  mm
 
namespace  mm::node
 

Functions

void mm::node::to_json (nlohmann::json &j, const Device &d)
 Serialises a Device to JSON.
 
std::expected< int, std::string > mm::node::reconcileDetectedModules (const Device &device)
 Reconciles a device's Configured Module Ident List with its Detected list.