/* * ControllerChoices.hpp * * Created on: Mar 2, 2012 * Author: heber */ #ifndef CONTROLLERCHOICES_HPP_ #define CONTROLLERCHOICES_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif //!> Choices of the FragmentController in communication with FragmentScheduler enum ControllerChoices { NoOperation, GetNextJobId, ReceiveJobs, CheckState, SendResults, Shutdown }; #endif /* CONTROLLERCHOICES_HPP_ */