Skip to content

[api] Mark FunctionPointer and friends as deprecated #2191

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

Merged
merged 1 commit into from
Jul 22, 2016

Conversation

geky
Copy link
Contributor

@geky geky commented Jul 18, 2016

FunctionPointer/FunctionPointerArg0/FunctionPointerArg1 has been replaced by the more flexible Callback template class.

For the motivation behind adopting the Callback class: #1783

Feel free to discuss if you all feel strongly about keeping the FunctionPointer class.
cc @0xc0170, @sg-

FunctionPointer/FunctionPointerArg0/FunctionPointerArg1 has been
replaced by the more flexible Callback template class.

For the motivation behind adopting the Callback class:
ARMmbed#1783
@geky geky changed the title Marked FunctionPointer and friends as deprecated [api] Mark FunctionPointer and friends as deprecated Jul 18, 2016
@geky
Copy link
Contributor Author

geky commented Jul 18, 2016

@mbed-bot: TEST

HOST_OSES=windows
BUILD_TOOLCHAINS=GCC_ARM,ARM,IAR
TARGETS=K64F,LPC1768

@mbed-bot
Copy link

[Build 648]
SUCCESS: Building succeeded and tests were run! Be sure to check the test results

@0xc0170
Copy link
Contributor

0xc0170 commented Jul 19, 2016

Fine with deprecating if we got a replacement already. However, we should consider updating examples to use Callback, ppl start using it right away (on developer mbed examples we provide)?

Callback class is going to be part of the release 122. Shall this land for the release 123?

@geky
Copy link
Contributor Author

geky commented Jul 19, 2016

Callback class is going to be part of the release 122. Shall this land for the release 123?

This sounds like a good plan.

we should consider updating examples to use Callback

This will have to wait for release 122 no? I can update the examples I know about, although I may end up missing a few.

@0xc0170 0xc0170 merged commit 51cd3cb into ARMmbed:master Jul 22, 2016
JarkkoPaso pushed a commit to JarkkoPaso/mbed-os that referenced this pull request Oct 7, 2019
…..0824752

0824752 Merge branch 'release_internal' into release_external
f598339 Merge branch 'master' into release_internal
678e0fd Removed unicast RX flag set. it was affecting that we remove neighbor too early.
a4317fc Corrected coding style
cd2848e Added support for calculating the length of the TLS send message buffer
f255931 Removed UDP echo msg data print and added source address print.
adcca3d RPL dio config advertisment update
6db1f31 Merge pull request ARMmbed#2198 from ARMmbed/IOTTHD-3691
ad244d1 MAC: changed CCA and TX fail trace level to debug
496074a RPL parent select update:
32e22d3 MAC: Added trace to when CCA fails and packet TX is canceled
47b2e03 Corrected GKH initiation on supplicant
c83423a PAE controller now removes keys from MAC on stop (ifdown)
a6f98b7 Flagged extended key usage call with mbedTLS flags
0675a89 Added dynamic setting to enable certificate validation
ff531d3 Added IDevID and LDevID certificate validation
b30635f Merge pull request ARMmbed#2191 from ARMmbed/IOTTHD-3693
88019ec Updated message generated traces
ea15b0e Remove all instances when domain is disbaled and clear EAPOL relay.
dce25d3 Corrected security protocols init and security message routing
7b39e25 Do not trig Renew again after RPL parent registration done state.
3cad7bd DHCPv6 renew and transaction id update
c5b6df3 DHCPv6 client update
dea0d53 DHCPv6 client API update
5eaad10 Added missing address active flag init.
34c751b Corrected triggering of next GTK handshake on authenticator
4fad826 Corrected export keys callback parameters
26c10a6 SW MAC / 802.15.4 Frame counter per key support Update
b62b120 Added robustness on DAO-ACK handling
dfcebef Added support for new certificate modification functions
fd4b2e9 WS ARO handler update
e2d46b9 wi-sun neagtive ARO missing ACK update
443f03f Merge pull request ARMmbed#2181 from ARMmbed/IOTTHD-3530_2
f36da31 MAC: Update frame counter for asynch frames
3260fa1 Merge pull request ARMmbed#2177 from ARMmbed/IOTTHD-3530
f18052a MAC: Initialize frame counter with 0xffffffff
5453e5b MAC: Do not increment framecounter if security param init fails
5bd19c4 MAC: Do not update framecounter for fhss channel retry

git-subtree-dir: features/nanostack/sal-stack-nanostack
git-subtree-split: 0824752
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.

3 participants