Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

src/ConfigurationHandler/Controls/CompositeControl.cpp

Committer:
jmarkel44
Date:
2016-09-30
Revision:
164:7cecd731882e
Child:
220:dbe21411f962

File content as of revision 164:7cecd731882e:

/******************************************************************************
 *
 * 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)
{
}