Skip to content

Implement parsing of text to physical quantities #219

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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