/* * UVReactors.h * * Created on: Jun 20, 2020 * Author: fw */ #ifndef APP_CONTROLLERS_UVREACTORS_H_ #define APP_CONTROLLERS_UVREACTORS_H_ #include "Common.h" BOOL startInletUVReactor(); BOOL startOutletUVReactor(); void stopInletUVReactor(); void stopOutletUVReactor(); #endif /* APP_CONTROLLERS_UVREACTORS_H_ */