Files
WomoLIN/Software/WomoLin/common/unit.cpp

22 lines
366 B
C++

#include "include/unit.h"
namespace womolin::unit
{
bool UpdateUnitSignalSetReset( std::string & key, std::string & value )
{
return false;
}
bool UpdateUnitSignalOnOff( std::string & key, std::string & value )
{
return false;
}
bool UpdateUnitSignalCloseOpen( std::string & key, std::string & value )
{
return false;
}
}