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: M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more
Revision 42:2e90ccaa2d69, committed 2013-12-19
- Comitter:
- sgodinez
- Date:
- Thu Dec 19 21:24:36 2013 +0000
- Parent:
- 40:14342c4de476
- Child:
- 43:3cacf019ed7d
- Commit message:
- merged?
Changed in this revision
| utils/AxedaWrapper.cpp | Show annotated file Show diff for this revision Revisions of this file |
| utils/AxedaWrapper.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/utils/AxedaWrapper.cpp Thu Dec 19 19:53:43 2013 +0000 +++ b/utils/AxedaWrapper.cpp Thu Dec 19 21:24:36 2013 +0000 @@ -1,4 +1,8 @@ #include "AxedaWrapper.h" +#include "HTTPClient.h" +#include "HTTPMap.h" +#include "MbedJSONValue.h" + #include <string> #include <vector> #include <stdlib.h>
--- a/utils/AxedaWrapper.h Thu Dec 19 19:53:43 2013 +0000
+++ b/utils/AxedaWrapper.h Thu Dec 19 21:24:36 2013 +0000
@@ -2,11 +2,12 @@
#define AXEDAWRAPPER_H
#include "include_me.h"
-#include "HTTPClient.h"
-#include "HTTPMap.h"
-#include "MbedJSONValue.h"
#define MAX_KVP 32
+
+class HTTPClient;
+class MbedJSONValue;
+
namespace mts {
class AxedaWrapper {
uIP Socket Modem Shield (Outdated - see below)