You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should also consolidate this, as we have several registries right now: registry for cells, modules, registry for boost serialization, registry for ROS message types (in the rework of ecto_ros)....
I think it should all pivot off of the name_of() registry, as this already takes care of shared library safety issues, and has the const char* as an efficient runtime ID.
Also, the goal of the registry should be fast runtime access. It could use tags at compile time, to ease registration.
I want to be able to have global type meta data for ecto.
customize the pretty printing of type values, type names, etc...
Boost serialization registry...
Converters (maybe a stretch)
The text was updated successfully, but these errors were encountered: