コード例 #1
0
void 
LEDSequencer::start( EventLoop &loop )
{
    timer.addObserver( this );

    timer.setup();

    loop.addSource( &timer );
}