|
VLink 2.0.0
A high-performance communication middleware
|
Opaque handle for a Publisher node.
更多...
#include <c_api.h>
Public 属性 | |
| void * | native_handle |
| void * | reserved [4] |
Opaque handle for a Publisher node.
Created by vlink_create_publisher() and destroyed by vlink_destroy_publisher(). native_handle points to a heap-allocated vlink::Publisher<vlink::Bytes> object.
| void* vlink_publisher_handle_t::native_handle |
Internal C++ Publisher object pointer.
| void* vlink_publisher_handle_t::reserved[4] |
Reserved for internal use; do not modify.