Skip to content

[C++] MessageTrait: name attribute #1240

@Cerclique

Description

@Cerclique

Do you have any plan to add a new auto-generated attribute that would return the name of the current type as a string ?

Perhaps something like this:

template <>
struct MessageTraits<sbp_msg_utc_time_gnss_t> {
   ...
   static constexpr char* name = "sbp_msg_utc_time_gnss_t";
   ...
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions