VLink 2.0.0
A high-performance communication middleware
载入中...
搜索中...
未找到
vlink_publisher_handle_t结构体 参考

Opaque handle for a Publisher node. 更多...

#include <c_api.h>

vlink_publisher_handle_t 的协作图:

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.

类成员变量说明

◆ native_handle

void* vlink_publisher_handle_t::native_handle

Internal C++ Publisher object pointer.

◆ reserved

void* vlink_publisher_handle_t::reserved[4]

Reserved for internal use; do not modify.


该结构体的文档由以下文件生成: