Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
resolve/nr6.h@140:9000ea70b220, 2019-04-10 (annotated)
- Committer:
- andrewboyson
- Date:
- Wed Apr 10 10:07:06 2019 +0000
- Revision:
- 140:9000ea70b220
- Parent:
- 116:60521b29e4c9
- Child:
- 171:f708d6776752
Added ajax functions to AR4, AR6, NR4, NR6 modules
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| andrewboyson | 61:aad055f1b0d1 | 1 | #include <stdbool.h> |
| andrewboyson | 61:aad055f1b0d1 | 2 | |
| andrewboyson | 50:492f2d2954e4 | 3 | extern bool Nr6Trace; |
| andrewboyson | 50:492f2d2954e4 | 4 | |
| andrewboyson | 50:492f2d2954e4 | 5 | extern void Nr6MakeRequestForNameFromIp(char* ip); |
| andrewboyson | 50:492f2d2954e4 | 6 | extern void Nr6MakeRequestForIpFromName(char* name); |
| andrewboyson | 50:492f2d2954e4 | 7 | |
| andrewboyson | 50:492f2d2954e4 | 8 | extern void Nr6AddIpRecord(char* ip, char* name, int protocol); |
| andrewboyson | 50:492f2d2954e4 | 9 | |
| andrewboyson | 50:492f2d2954e4 | 10 | extern void Nr6IpToName(char* ip, char* name); |
| andrewboyson | 50:492f2d2954e4 | 11 | extern void Nr6NameToIp(char* name, char* ip); |
| andrewboyson | 116:60521b29e4c9 | 12 | extern bool Nr6HaveIpForName(char* name); |
| andrewboyson | 116:60521b29e4c9 | 13 | |
| andrewboyson | 61:aad055f1b0d1 | 14 | extern void Nr6SendHttp(void); |
| andrewboyson | 140:9000ea70b220 | 15 | extern void Nr6SendAjax(void); |
| andrewboyson | 50:492f2d2954e4 | 16 | |
| andrewboyson | 61:aad055f1b0d1 | 17 | extern void Nr6Main(void); |
| andrewboyson | 61:aad055f1b0d1 | 18 | extern void Nr6Init(void); |