1234567891011121314151617181920212223242526272829303132333435363738394041 |
- /*=================================================================
- EDIT HISTORY FOR MODULE
- This section contains comments describing changes made to the module.
- Notice that changes are listed in reverse chronological order.
- WHEN WHO WHAT, WHERE, WHY
- ------------ ------- -------------------------------------------------------------------------------
- =================================================================*/
- #ifndef _QCLOUD_DEMO_H
- #define _QCLOUD_DEMO_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- /*===========================================================================
- * Functions declaration
- ===========================================================================*/
- int ota_mqtt_sample_start(void);
- int mqtt_sample_start(void);
- int data_template_sample_start(void);
- int dynreg_dev_sample_start(void);
- int gateway_sample_start(void);
- int raw_data_sample_start(void);
- int light_data_template_sample_start(void);
- #ifdef __cplusplus
- } /*"C" */
- #endif
- #endif /* _QCLOUD_DEMO_H */
|