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";
...
};