NSUKit 1.4.0
板卡级统一交互接口
载入中...
搜索中...
未找到
nsuTCPParam_t结构体 参考

#include <type.h>

类 nsuTCPParam_t 继承关系图:
nsuInitParam_t

Public 属性

std::string cmd_ip = "127.0.0.1"
 
uint32_t cmd_tcp_port = 5001
 
float cmd_tcp_timeout = 1.
 
std::string stream_ip = "127.0.0.1"
 
uint32_t stream_tcp_port = 6001
 
uint32_t stream_tcp_block = 4 * 1024 * 1024
 

详细描述

在文件 type.h97 行定义.

类成员变量说明

◆ cmd_ip

std::string nsuTCPParam_t::cmd_ip = "127.0.0.1"

在文件 type.h98 行定义.

◆ cmd_tcp_port

uint32_t nsuTCPParam_t::cmd_tcp_port = 5001

在文件 type.h99 行定义.

◆ cmd_tcp_timeout

float nsuTCPParam_t::cmd_tcp_timeout = 1.

在文件 type.h100 行定义.

◆ stream_ip

std::string nsuTCPParam_t::stream_ip = "127.0.0.1"

在文件 type.h102 行定义.

◆ stream_tcp_block

uint32_t nsuTCPParam_t::stream_tcp_block = 4 * 1024 * 1024

在文件 type.h104 行定义.

◆ stream_tcp_port

uint32_t nsuTCPParam_t::stream_tcp_port = 6001

在文件 type.h103 行定义.


该结构体的文档由以下文件生成: