MCPcopy Create free account
hub / github.com/AimRT/AimRT / GenInitializationReport

Method GenInitializationReport

src/runtime/core/executor/executor_base.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 virtual void Shutdown() = 0;
26
27 virtual std::list<std::pair<std::string, std::string>> GenInitializationReport() const noexcept { return {}; }
28
29 virtual std::string_view Type() const noexcept = 0; // It should always return the same value
30 virtual std::string_view Name() const noexcept = 0; // It should always return the same value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected