Update the port introspection service per discussion on the forum #93
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #84
The new port introspection service follows the push model, simplifying its support in hard real-time systems with strict scheduling constraints (the amount of time required to manage the service is known which is normally not the case for service servers). See https://forum.uavcan.org/t/alternative-transport-protocols-in-uavcan/324/34?u=pavel.kirienko
Contrary to the discussion on the forum:
Notice:
Which is why I also included the publisher configuration into this service.
The service GetInfo is removed because for fixed-ID ports the data type is obviously deducible from the port-ID, and for non-fixed-ID ports this is addressed in #92.
The statistics service had an issue with request/response handling; instead of fixing I removed it. We may revisit it later and consider using standard register names instead of a dedicated service to lower the implementation barriers.