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.
features/nanostack/nanostack-interface/NanostackInterface.h@2:7aab896b1a3b, 2019-03-13 (annotated)
- Committer:
- kevman
- Date:
- Wed Mar 13 11:03:24 2019 +0000
- Revision:
- 2:7aab896b1a3b
- Parent:
- 0:38ceb79fef03
2019-03-13
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| kevman | 0:38ceb79fef03 | 1 | /* |
| kevman | 0:38ceb79fef03 | 2 | * Copyright (c) 2016-2017, Arm Limited and affiliates. |
| kevman | 0:38ceb79fef03 | 3 | * SPDX-License-Identifier: Apache-2.0 |
| kevman | 0:38ceb79fef03 | 4 | * |
| kevman | 0:38ceb79fef03 | 5 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| kevman | 0:38ceb79fef03 | 6 | * you may not use this file except in compliance with the License. |
| kevman | 0:38ceb79fef03 | 7 | * You may obtain a copy of the License at |
| kevman | 0:38ceb79fef03 | 8 | * |
| kevman | 0:38ceb79fef03 | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
| kevman | 0:38ceb79fef03 | 10 | * |
| kevman | 0:38ceb79fef03 | 11 | * Unless required by applicable law or agreed to in writing, software |
| kevman | 0:38ceb79fef03 | 12 | * distributed under the License is distributed on an "AS IS" BASIS, |
| kevman | 0:38ceb79fef03 | 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| kevman | 0:38ceb79fef03 | 14 | * See the License for the specific language governing permissions and |
| kevman | 0:38ceb79fef03 | 15 | * limitations under the License. |
| kevman | 0:38ceb79fef03 | 16 | */ |
| kevman | 0:38ceb79fef03 | 17 | |
| kevman | 0:38ceb79fef03 | 18 | #ifndef NANOSTACK_INTERFACE_H_ |
| kevman | 0:38ceb79fef03 | 19 | #define NANOSTACK_INTERFACE_H_ |
| kevman | 0:38ceb79fef03 | 20 | |
| kevman | 0:38ceb79fef03 | 21 | #include "mbed.h" |
| kevman | 0:38ceb79fef03 | 22 | #include "MeshInterface.h" |
| kevman | 0:38ceb79fef03 | 23 | // Include here for backward compatibility |
| kevman | 0:38ceb79fef03 | 24 | #include "LoWPANNDInterface.h" |
| kevman | 0:38ceb79fef03 | 25 | #include "ThreadInterface.h" |
| kevman | 0:38ceb79fef03 | 26 | #include "NanostackEthernetInterface.h" |
| kevman | 0:38ceb79fef03 | 27 | #include "MeshInterfaceNanostack.h" |
| kevman | 0:38ceb79fef03 | 28 | |
| kevman | 0:38ceb79fef03 | 29 | #endif /* NANOSTACK_INTERFACE_H_ */ |