-
Notifications
You must be signed in to change notification settings - Fork 164
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
Comments
I agree, no need for frame.toString
… On Aug 10, 2021, at 8:14 PM, Brendan ***@***.***> wrote:
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().
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
ok I'll remove the |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I found another uncompleted relic from development. The RF24Network.h declares a
toString()
function forRF24NetworkFrame
, but there is no definition for it in RF24Network.cpp. There aren't any references toRF24NetworkFrame::toString()
in any debug statements (including the ones that are commented out).I don't think there is a need to have
toString()
defined forRF24NetworkFrame
objects. Furthermore, this is a function that the user could write themselves (in conjunction withRF24NetworkHeader::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 aRF24NetworkFrame::toString()
.The text was updated successfully, but these errors were encountered: