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 could allow implicit logging of enum types through annotations, Logged classes and any other way we publish data.
There are 2 approaches:
We generate a WPILib serializable struct on-the-fly for the enum using reflection and keep track of it as to not republish (not sure how possible this is)
We just log it as the name of the enum variant as a String
We could allow implicit logging of enum types through annotations, Logged classes and any other way we publish data.
There are 2 approaches:
Example of what it would look like in Logged
The text was updated successfully, but these errors were encountered: