Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Short vs. Octet mismatch #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Short vs. Octet mismatch #2

wants to merge 3 commits into from

Conversation

btgoodwin
Copy link
Contributor

The integration package (correctly) uses dataOctet when mapping to GR byte ports, but the converter was written to use dataShort (incorrect, as it causes issues with Java implementations hence why it is not visible by default in the IDE).

Additionally, the converter was adding a single interface hard-coded to dataShort Provides with port statistics when it should have an interface specific to the types of ports, and only provide the statistics interface for Provides ports.

This patch should sync up the converter to the integration package for handling "byte" data types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant