OSDN Git Service

1sec and high smpling file record add.
[scilog/scilog.git] / my_thread.h
index de034b9..10976f1 100644 (file)
@@ -3,4 +3,9 @@
 
 void* thread_rcv(void* pParam);
 
+#ifdef CUNIT
+       #include <CUnit/CUnit.h>
+       void thread_rcv_test(CU_pSuite test_suite);
+#endif
+
 #endif