|
VLink
2.0.0
A high-performance communication middleware
|
Opaque handle for a Publisher node.
More...
#include <c_api.h>
Public Attributes | |
| void * | native_handle |
| void * | reserved [8] |
Opaque handle for a Publisher node.
Created by vlink_create_publisher() and destroyed by vlink_destroy_publisher(). native_handle references a heap-allocated vlink::Publisher<vlink::Bytes>.
| void* vlink_publisher_handle_t::native_handle |
Internal C++ Publisher object pointer.
| void* vlink_publisher_handle_t::reserved[8] |
Reserved for internal state; do not touch.