Home Previous Up Next Index

armarx::armem::mns::dto

Overview

module dto

A memory server can implement the reading and/or writing memory interface. They should be handled individually. Additionally, it can implement prediction or actions interfaces, which is currently the case for all working memories.

Structure Index

GetAllRegisteredServersResult
@brief Get all registered entries.
MemoryServerInterfaces
RegisterServerInput
@brief Register a memory server.
RegisterServerResult
RemoveServerInput
@brief Remove a memory server.
RemoveServerResult
ResolveServerInput
@brief Resolve a memory name.
ResolveServerResult
WaitForServerInput
@brief Wait until a server is registered.
WaitForServerResult

Dictionary Index

MemoryServerInterfacesMap

Dictionaries

dictionary<string, MemoryServerInterfaces> MemoryServerInterfacesMap

Used By

GetAllRegisteredServersResult::servers

Home Previous Up Next Index