摘要: #define LEN_PING_PANG (48000) //1 seconds typedef struct S_PINGPANG { void* p1 ; void* p2 ; int position; }PINGPANG; PINGPANG * Ping; 这里是结构和变量的定义 Ping 阅读全文
posted @ 2020-04-18 11:23 shinedream 阅读(859) 评论(0) 推荐(0) 编辑