VLink  2.0.0
A high-performance communication middleware
vlink_publisher_handle_t Struct Reference

Opaque handle for a Publisher node. More...

#include <c_api.h>

Collaboration diagram for vlink_publisher_handle_t:

Public Attributes

void * native_handle
 
void * reserved [8]
 

Detailed Description

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

Member Data Documentation

◆ native_handle

void* vlink_publisher_handle_t::native_handle

Internal C++ Publisher object pointer.

◆ reserved

void* vlink_publisher_handle_t::reserved[8]

Reserved for internal state; do not touch.


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