Skip to content

Implement parsing of text to physical quantities #219

@acodcha

Description

@acodcha

Implement parsing of text to physical quantities. Implement this method in Base.hpp:

template <typename Type>
[[nodiscard]] std::optional<Type> ParsePhysicalQuantity<Type>(const std::string_view text);

Support parsing plain text (as in the Print() methods), JSON messages, XML messages, and YAML messages.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions