|
Motion Master 6.0.0-alpha.86
Next-generation motion control software
|
#include <cstdint>#include <expected>#include <string>#include <string_view>#include <vector>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. | |