⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ysheader.h

📁 电力故障信息采集,主要是针对南自的保护装置,这个程序用在Linux操作系统下
💻 H
字号:
#ifndef YSHEADER_H#define YSHEADER_H#include <sys/ioctl.h>#include	<sys/socket.h>	/* basic socket definitions */#include	<sys/time.h>	/* timeval{} for select() */#include	<sys/stat.h>	/* for S_xxx file mode constants */#include	<sys/uio.h>		/* for iovec{} and readv/writev */#include	<sys/wait.h>#include	<sys/un.h>		/* for Unix domain sockets */#include <sys/sem.h>#include <semaphore.h>#include <sys/types.h>#include <sys/ipc.h>#include <sys/msg.h>#include <sys/shm.h>#include <sys/mman.h>#include <sys/wait.h>#include <linux/kernel.h>#include <linux/ext2_fs.h>#include	<netinet/in.h>	/* sockaddr_in{} and other Internet defns */#include	<arpa/inet.h>	/* inet(3) functions */#include <locale.h>#include <langinfo.h>#include <string.h>#include	<time.h>		/* timespec{} for pselect() */#include	<fcntl.h>		/* for nonblocking */#include	<netdb.h>#include <stdio.h>#include <stdlib.h>#include <ctype.h>#include <signal.h>#include <unistd.h>#include <execinfo.h>#include <signal.h>#include <iostream>#include <fstream>// #include <varargs.h>#include <stdarg.h>#include <libpq-fe.h>#include <libpq/libpq-fs.h>#include "ysdefine.h"/*#ifndef QT_THREAD_SUPPORT#define QT_THREAD_SUPPORT*/#endif/*#endif*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -