The Cayenne MQTT mbed Library provides functions to easily connect to the Cayenne IoT project builder.
Dependents: Cayenne-ESP8266Interface Cayenne-WIZnet_Library Cayenne-WIZnetInterface Cayenne-X-NUCLEO-IDW01M1 ... more
Diff: src/CayenneMQTTClient/FP.h
- Revision:
- 2:c0419dbecfbd
- Parent:
- 0:09ef59d2d0f7
- Child:
- 4:421366004b5d
--- a/src/CayenneMQTTClient/FP.h Fri Oct 07 22:24:51 2016 +0000 +++ b/src/CayenneMQTTClient/FP.h Fri Oct 07 22:38:26 2016 +0000 @@ -19,7 +19,10 @@ #ifndef FP_H #define FP_H -/** Example using the FP Class with global functions +/** + * @class FP + * @brief API for managing Function Pointers + * Example using the FP Class with global functions * @code * #include "mbed.h" * #include "FP.h" @@ -122,11 +125,6 @@ * } * @endcode */ - -/** - * @class FP - * @brief API for managing Function Pointers - */ template<class retT, class argT> class FP {