Test.h 138 B

123456789
  1. namespace Timer {
  2. namespace Test {
  3. bool TestMetronome();
  4. bool TestTimer();
  5. bool TestTrigger();
  6. } // namespace Test
  7. } // namespace Timer