High Performance OPC UA Server SDK  1.2.0.193
ipc_config Struct Reference

Data Fields

uint32_t ipc_size
 size of complete IPC memory segment. More...
 
uint32_t heap_size
 IPC heap size. More...
 
uint32_t queue_size
 Size of IPC queue. More...
 
uint32_t num_queues
 number of IPC queues
 
uint32_t num_messages
 number of IPC messages
 
uint32_t num_services
 number of IPC services structs
 
bool outprocess_encoder
 run encoder in separate process
 
bool outprocess_seconv
 run seconv in separate process
 

Field Documentation

uint32_t heap_size

IPC heap size.

Set to 0 to automatically assign all reamining memory of IPC mem

uint32_t ipc_size

size of complete IPC memory segment.

Created by ua_ipc_mem_create

uint32_t queue_size

Size of IPC queue.

Number of messages that can be stored in one queue.


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