#include "test3.h" #include #include #include #include int main() { // 初始化AD硬件服务化 test3_init(0, "test3_Service"); while (true) { std::this_thread::sleep_for(std::chrono::seconds(3)); } return 0; }