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
Today I had the idea of a script that automatically loads all current values (Manufacturer Codes, PGNs, DDIs, Device Class / Functions) from isobus.net during the build (within the build.rs) and thus always provides this information completely and up-to-date by generating the respective enums from a code generator. I know that this is a lot of work that is certainly not relevant at the moment, but I wanted to keep this idea for a later date.
The text was updated successfully, but these errors were encountered:
Oh that's neat, I hadn't even seen it yet. But I think I have to go a different way except for the DDIs, as there are apparently only files for the DDIs.
Today I had the idea of a script that automatically loads all current values (Manufacturer Codes, PGNs, DDIs, Device Class / Functions) from isobus.net during the build (within the build.rs) and thus always provides this information completely and up-to-date by generating the respective enums from a code generator. I know that this is a lot of work that is certainly not relevant at the moment, but I wanted to keep this idea for a later date.
The text was updated successfully, but these errors were encountered: