tpPipe类
Utils
2025-07-05
基础信息
头文件: | include <tpPipe.h> |
---|---|
Cmake: | None |
发布版本: | V0.1.0 |
继承类: | |
派生类: |
Public 类型
enum Mode {
Read, Write
}
Public 成员函数
tpPipe(const std::string &pipePath, Mode mode, bool createPipe=true) | ||
---|---|---|
~tpPipe() | ||
send(const std::string &topic, const char *data, size_t dataLength) | ||
PipeData | recv() |
成员枚举类型说明
enum tpPipe::Mode
名称 | 值 | 描述 |
---|---|---|
Read | 0 | |
Write | 1 |