iox::roudi::IceOryxRouDiComponents🔗
Public Functions🔗
Name | |
---|---|
IceOryxRouDiComponents(const RouDiConfig_t & roudiConfig) | |
virtual | ~IceOryxRouDiComponents() =default |
Public Attributes🔗
Name | |
---|---|
IceOryxRouDiMemoryManager | rouDiMemoryManager Handles MemoryProvider and MemoryBlocks. |
PortManager | portManager Handles the ports in shared memory. |
Public Functions Documentation🔗
function IceOryxRouDiComponents🔗
IceOryxRouDiComponents(
const RouDiConfig_t & roudiConfig
)
function ~IceOryxRouDiComponents🔗
virtual ~IceOryxRouDiComponents() =default
Public Attributes Documentation🔗
variable rouDiMemoryManager🔗
IceOryxRouDiMemoryManager rouDiMemoryManager;
Handles MemoryProvider and MemoryBlocks.
variable portManager🔗
PortManager portManager;
Handles the ports in shared memory.
Updated on 17 March 2022 at 12:15:57 CET