00001 /* 00002 * InternalFunction.cpp 00003 * 00004 * Created on: Oct 28, 2013 00005 * Author: blackpc 00006 */ 00007 00008 #include <scriptable_monitor/InternalFunction.h> 00009 00010 map<string, InternalFunction*> InternalFunctionsManager::_functions;