#ifndef CONTROLLER_EVENT #define CONTROLLER_EVENT enum controller_event_t { start, stop }; #endif