MyLib
This commit is contained in:
16
Test/Test.h
Normal file
16
Test/Test.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef LXZL_TEST_H
|
||||
#define LXZL_TEST_H
|
||||
#include <iostream>
|
||||
|
||||
|
||||
void Serial_Test();
|
||||
|
||||
void Log_Test();
|
||||
|
||||
void Parser_Test();
|
||||
|
||||
void Tcp_Test();
|
||||
|
||||
void Udp_Test();
|
||||
|
||||
#endif //LXZL_TEST_H
|
Reference in New Issue
Block a user