#include "keyer.h" void Keyer::run() { switch (state) { case State::WAIT: // do nothing break; default: break; } }