1 Star 0 Fork 1

星旋/LinuxMediaCapture

forked from icedbeer/LinuxMediaCapture 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
credundance.h 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
icedbeer 提交于 2016-11-30 23:42 . commit source code
#ifndef CREDUNDANCE_H
#define CREDUNDANCE_H
#include <sys/types.h> /* See NOTES */
#include <sys/socket.h>
#include "cdevicectrl.h"
class CRedundance : public QObject
{
public:
explicit CRedundance(CDeviceCtrl *);
~CRedundance();
protected:
void timerEvent(QTimerEvent *event);
void InitUdpRecv();
void StartUdpSend();
void SetEncoderDecoder(QString encoderIp, uint32_t encoderPort, QString MuticastIp);
private:
CDeviceCtrl *pParent;
CDebugLog *pLog;
int pingCount;
int m_RecvSocket;
struct sockaddr_in encoder_addr, decoder_addr;
char recvBuf[4];
bool flag;
};
#endif // CREDUNDANCE_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/star-spinning/LinuxMediaCapture.git
git@gitee.com:star-spinning/LinuxMediaCapture.git
star-spinning
LinuxMediaCapture
LinuxMediaCapture
master

搜索帮助