MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EventWindow_Test.h
1 #ifndef EVENTWINDOW_TEST_H /* -*- C++ -*- */
2 #define EVENTWINDOW_TEST_H
3 
4 #include "Test_Common.h"
5 
6 namespace MFM {
7 
9 {
10 
11 public:
12 
13  static void Test_eventwindowConstruction();
14 
15  static void Test_eventwindowWrite();
16 };
17 } /* namespace MFM */
18 #endif /*EVENTWINDOW_TEST_H*/
Definition: EventWindow_Test.h:8