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: dataserializer.c
- Revision:
- 13:16e88f0cfa5f
- Parent:
- 11:b1327861f5e0
- Child:
- 21:6d3dea1abd9c
diff -r fe346da49d58 -r 16e88f0cfa5f dataserializer.c --- a/dataserializer.c Fri Jun 17 17:03:17 2016 -0700 +++ b/dataserializer.c Fri Jul 01 10:43:11 2016 -0700 @@ -8,7 +8,7 @@ #include "azure_c_shared_utility/gballoc.h" #include "dataserializer.h" -#include "azure_c_shared_utility/iot_logging.h" +#include "azure_c_shared_utility/xlogging.h" DEFINE_ENUM_STRINGS(DATA_SERIALIZER_RESULT, DATA_SERIALIZER_RESULT_VALUES);