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

Revision:
17:fa1bba4c6053
Parent:
0:1f9b2707ec7d
diff -r ef107f3f230c -r fa1bba4c6053 jsondecoder.h
--- a/jsondecoder.h	Thu Oct 20 17:08:06 2016 -0700
+++ b/jsondecoder.h	Wed Nov 16 21:38:26 2016 -0800
@@ -22,7 +22,8 @@
     JSON_DECODER_ERROR
 } JSON_DECODER_RESULT;
 
-extern JSON_DECODER_RESULT JSONDecoder_JSON_To_MultiTree(char* json, MULTITREE_HANDLE* multiTreeHandle);
+#include "azure_c_shared_utility/umock_c_prod.h"
+MOCKABLE_FUNCTION(, JSON_DECODER_RESULT, JSONDecoder_JSON_To_MultiTree, char*, json, MULTITREE_HANDLE*, multiTreeHandle);
 
 #ifdef __cplusplus
 }