Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/CloudDataHandler/CloudFileReceiver.h
- Revision:
- 27:38205cebc3da
- Child:
- 31:4b1587034318
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/CloudDataHandler/CloudFileReceiver.h Thu Sep 08 18:39:29 2016 +0000 @@ -0,0 +1,16 @@ +#ifndef CLOUDFILERECEIVER_H +#define CLOUDFILERECEIVER_H + +#include "mDot.h" +#include <string> + +typedef char TASKNAME_STRING[64]; +typedef char FILENAME_STRING[64]; + +#define SETPOINT_CONTROL_MTYPE 100 +#define TIMER_CONTROL_MTYPE 101 + +bool CloudFileReceiver( std::string *recv_string, mDot *dot ); + +#endif +