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
src/ConfigurationHandler/Controls/CompositeControl.cpp
- Committer:
- jmarkel44
- Date:
- 2016-10-03
- Revision:
- 167:377142be7300
- Parent:
- 164:7cecd731882e
- Child:
- 220:dbe21411f962
File content as of revision 167:377142be7300:
/******************************************************************************
*
* File: CompositeControl.cpp
* Desciption: ICE Composite Control Class implementation
*
*****************************************************************************/
#include "CompositeControl.h"
#include "mDot.h"
#include "MbedJSONValue.h"
#include "ModbusMasterApi.h"
#include "global.h"
#include <string>
extern mDot *GLOBAL_mdot;
bool CompositeControl::load(std::string controlFile)
{
return true;
}
// unregister the control with the output task
void CompositeControl::unregisterControl(void)
{
}
