VLink 2.0.0
A high-performance communication middleware
Loading...
Searching...
No Matches
vlink::SecurityPublisher< MsgT > Class Template Reference

Convenience alias for Publisher with message security enabled. More...

#include <publisher.h>

Inheritance diagram for vlink::SecurityPublisher< MsgT >:
Collaboration diagram for vlink::SecurityPublisher< MsgT >:

Additional Inherited Members

Detailed Description

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().

Note
Not supported on intra:// or dds:// CDR transport.
Template Parameters
MsgTMessage type to publish.

The documentation for this class was generated from the following file: