摘要: #include <stdio.h>#include <unistd.h>#include <stdbool.h>#include <fcntl.h>#include <sys/epoll.h> #include <main.h> struct event_ext{ int fd; bool epo 阅读全文
posted @ 2019-11-23 11:18 free-锻炼身体 阅读(163) 评论(0) 推荐(0) 编辑
摘要: #include "wcam.h" __u64 clock_get_time_us() { struct timespec ts; clock_gettime(CLOCK_REALTIME, &ts); return (__u64)ts.tv_sec * 1000000LL + (__u64)ts. 阅读全文
posted @ 2019-11-23 11:14 free-锻炼身体 阅读(240) 评论(0) 推荐(0) 编辑