📄 cfg_islave.h
字号:
#ifndef CFG_ISLAVE_H_
#define CFG_ISLAVE_H_
#define SLAVE_DEBUG_EN 1
#define LIB_SLAVE_DEBUG_EN 1
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <termios.h>
#include <time.h>
#include "../inc/ISlave.h"
#include "../inc/ISlaveComm.h"
#include "../inc/Meter.h"
#include "../inc/ComPort.h"
#include "../inc/Slave645.h"
#include "../inc/SlaveWS.h"
#include "../inc/SlaveEdmi.h"
#include "../inc/SlaveSimens.h"
#include "../inc/SlaveActaris.h"
#endif /*CFG_ISLAVE_H_*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -