VLink 2.0.0
A high-performance communication middleware
载入中...
搜索中...
未找到
vlink::SecurityPublisher< MsgT > 模板类 参考

Convenience alias for Publisher with message security enabled. 更多...

#include <publisher.h>

类 vlink::SecurityPublisher< MsgT > 继承关系图:
vlink::SecurityPublisher< MsgT > 的协作图:

额外继承的成员函数

详细描述

template<typename MsgT>
class vlink::SecurityPublisher< MsgT >

Convenience alias for Publisher with message security enabled.

Equivalent to Publisher<MsgT, SecurityType::kWithSecurity>. Encrypts every outgoing message using the key or callbacks configured via set_security_key() or set_security_callbacks().

注解
Not supported on intra:// or dds:// CDR transport.
模板参数
MsgTMessage type to publish.

该类的文档由以下文件生成: