We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For testing purposes in BMS, it would be easier to have access to TxMessage data members to assert expected values for the message header and payload.
TxMessage
The text was updated successfully, but these errors were encountered:
#27 make TxMessage data members public
ee96a27
#27 use getters to get message payload and header
84e101c
#27 apply clippy fix
bb4050f
Merge pull request #28 from atlas-aero/27-change-txmessage-data-membe…
8885078
…rs-to-public #27 make TxMessage data members public
HusseinAbdelhamid
Successfully merging a pull request may close this issue.
For testing purposes in BMS, it would be easier to have access to
TxMessage
data members to assert expected values for the message header and payload.The text was updated successfully, but these errors were encountered: