A modelling and serializer library for Microsoft Azure IoTHub client applications
Dependents: sht15_remote_monitoring f767zi_mqtt remote_monitoring simplesample_amqp ... more
This library implements a serializer library to be used in projects involving Microsoft Azure IoT Hub connectivity. The code is replicated from https://github.com/Azure/azure-iot-sdks
Diff: datamarshaller.c
- Revision:
- 10:c2aee3965a83
- Parent:
- 5:c08e3ffc68e4
- Child:
- 11:b1327861f5e0
--- a/datamarshaller.c Fri Mar 11 17:01:46 2016 -0800 +++ b/datamarshaller.c Fri Apr 08 13:25:09 2016 -0700 @@ -5,15 +5,15 @@ #ifdef _CRTDBG_MAP_ALLOC #include <crtdbg.h> #endif -#include "gballoc.h" +#include "azure_c_shared_utility/gballoc.h" #include <stdbool.h> #include "datamarshaller.h" -#include "crt_abstractions.h" +#include "azure_c_shared_utility/crt_abstractions.h" #include "schema.h" #include "jsonencoder.h" #include "agenttypesystem.h" -#include "iot_logging.h" +#include "azure_c_shared_utility/iot_logging.h" DEFINE_ENUM_STRINGS(DATA_MARSHALLER_RESULT, DATA_MARSHALLER_RESULT_VALUES);