Syntalos::IpcServiceTopology
Syntalos::IpcServiceTopology
IPC service topology limits.
#include <ipc-types-private.h>
Public Functions
| Name | |
|---|---|
| IpcServiceTopology() =default | |
| IpcServiceTopology(uint sendN, uint recvN, uint nodes =2) |
Public Attributes
| Name | |
|---|---|
| uint | maxSenders |
| uint | maxReceivers |
| uint | maxNodes |
Public Functions Documentation
function IpcServiceTopology
IpcServiceTopology() =defaultfunction IpcServiceTopology
inline IpcServiceTopology(
uint sendN,
uint recvN,
uint nodes =2
)Public Attributes Documentation
variable maxSenders
uint maxSenders {1 * 2};variable maxReceivers
uint maxReceivers {1 * 2};variable maxNodes
uint maxNodes {2 * 2};Updated on 2026-03-30 at 00:43:14 +0000