-
Notifications
You must be signed in to change notification settings - Fork 186
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
GFIR coefficient GUI & cleanup #396
GFIR coefficient GUI & cleanup #396
Conversation
… the file it would incorrectly say too many coefficients
src/lms7002m/LMS7002M.cpp
Outdated
*/ | ||
int LMS7002M::GetGFIRCoefficients(TRXDir dir, uint8_t GFIR_index, int16_t* coef, uint8_t coefCount) | ||
int LMS7002M::ReadGFIRCoefficients(TRXDir dir, uint8_t gfirIndex, float_type* coef, uint8_t coefCount) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the reasoning of function rename, Get vs Read?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other function taking in floating point numbers was named Write
, so changed the naming to keep it consistent with that function.
Changing both functions now to be Set
/Get
instead to be consistent with the rest of LMS7002M code.
GFIR coefficient GUI & cleanup
Added
const
andconstexpr
Fixed
Changed
lms7002_pnlMCU_BD_view
to C++'s IO librariesRemoved