代码拉取完成,页面将自动刷新
#ifndef MY_PLC_H
#define MY_PLC_H
#include <string>
#include <vector>
#include <memory>
#include <unistd.h>
#include <iostream>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sstream>
#include <iostream>
#include <assert.h>
#include <fcntl.h>
#include "Log.h"
#define PLCEXITNUM 1
#define PLCTCPWAITTIME 1e5
using namespace std;
class MyPLC {
private:
int port_;
int serverSocket_, connSocket_;
struct sockaddr_in serverAddr_;
EasyLog plcLog_;
void InitializePLC(int port = 5005);
public:
MyPLC(int port = 5005);
~MyPLC();
void RecvPLCCommand(vector<unsigned char> &plc_command_data);
void SendPLCCommand(const vector<unsigned char> &plc_command_data);
};
#endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。