#include #include "source.h" #include "config.h" void source::emit() { for(;;) { out = data; wait(); } }