private void TimerElapsed(object sender, System.Timers.ElapsedEventArgs e)
 {
     m_module.AcceptFrameTick();
     m_timer.Start();
 }