Skip to content

Short vs. Octet mismatch#2

Open
btgoodwin wants to merge 3 commits intomasterfrom
patch-octet-fix
Open

Short vs. Octet mismatch#2
btgoodwin wants to merge 3 commits intomasterfrom
patch-octet-fix

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