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

RF24NetworkFrame.toString() has no definition #186

Closed
2bndy5 opened this issue Aug 11, 2021 · 2 comments · Fixed by #176
Closed

RF24NetworkFrame.toString() has no definition #186

2bndy5 opened this issue Aug 11, 2021 · 2 comments · Fixed by #176

Comments

@2bndy5
Copy link
Member

2bndy5 commented Aug 11, 2021

I think I found another uncompleted relic from development. The RF24Network.h declares a toString() function for RF24NetworkFrame, but there is no definition for it in RF24Network.cpp. There aren't any references to RF24NetworkFrame::toString() in any debug statements (including the ones that are commented out).

I don't think there is a need to have toString() defined for RF24NetworkFrame objects. Furthermore, this is a function that the user could write themselves (in conjunction with RF24NetworkHeader::toString()) if their application wants/needs to. Similar functionality is exhibited in the debug statements.

ps - RF24NetworkHeader::toString() is much more convenient/applicable than having a RF24NetworkFrame::toString().

@TMRh20
Copy link
Member

TMRh20 commented Aug 11, 2021 via email

@2bndy5
Copy link
Member Author

2bndy5 commented Aug 12, 2021

ok I'll remove the RF24NetworkFrame::toString() declaration. This will also remove the accompanied docs that doxygen is currently outputting.

2bndy5 added a commit that referenced this issue Aug 12, 2021
@2bndy5 2bndy5 linked a pull request Aug 12, 2021 that will close this issue
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 a pull request may close this issue.

2 participants