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

Go to the source code of this file.

Classes

struct  mm::ObjectAddressGeneratorSummary
 What one run of the object-address generator produced. More...
 

Namespaces

namespace  mm
 

Functions

std::string mm::objectIdentifier (std::string_view objectName, std::string_view entryName, uint8_t subindex, bool composite)
 Builds the C++ identifier for one dictionary entry.
 
std::expected< ObjectAddressGeneratorSummary, std::string > mm::generateObjectAddresses (const std::string &esiPath, const std::string &outDir)
 Generates the object-address headers from a vendor's ESI file.