Skip to content
Snippets Groups Projects
Commit a06a5498 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Update ArMemExample config

parent 59a4a842
No related branches found
No related tags found
2 merge requests!140armem/dev -> master,!139Refactor inheritance in armem/core
......@@ -84,6 +84,14 @@ ArmarX.ArMemExampleMemory.tpc.pub.MemoryListener = MemoryUpdates
# ArmarX.EnableProfiling = false
# ArmarX.ExampleMemory.:
# Attributes:
# - Default: ""
# - Case sensitivity: yes
# - Required: no
# ArmarX.ExampleMemory. = ""
# ArmarX.ExampleMemory.EnableProfiling: enable profiler which is used for logging performance events
# Attributes:
# - Default: false
......@@ -155,10 +163,10 @@ ArmarX.ArMemExampleMemory.tpc.pub.MemoryListener = MemoryUpdates
# ArmarX.ExampleMemory.mns.MemoryNameSystemName: Name of the Memory Name System (MNS) component.
# Attributes:
# - Default: ArMemMemoryNameSystem
# - Default: MemoryNameSystem
# - Case sensitivity: yes
# - Required: no
# ArmarX.ExampleMemory.mns.MemoryNameSystemName = ArMemMemoryNameSystem
# ArmarX.ExampleMemory.mns.MemoryNameSystemName = MemoryNameSystem
# ArmarX.ExampleMemory.tpc.pub.DebugObserver: Name of the `DebugObserver` topic to publish data to.
......
......@@ -138,10 +138,10 @@ ArmarX.ArMemExampleClient.tpc.sub.MemoryListener = MemoryUpdates
# ArmarX.ExampleMemoryClient.mns.MemoryNameSystemName: Name of the Memory Name System (MNS) component.
# Attributes:
# - Default: ArMemMemoryNameSystem
# - Default: MemoryNameSystem
# - Case sensitivity: yes
# - Required: no
# ArmarX.ExampleMemoryClient.mns.MemoryNameSystemName = ArMemMemoryNameSystem
# ArmarX.ExampleMemoryClient.mns.MemoryNameSystemName = MemoryNameSystem
# ArmarX.ExampleMemoryClient.tpc.pub.DebugObserver: Name of the `DebugObserver` topic to publish data to.
......
......@@ -115,7 +115,7 @@
# - Default: ""
# - Case sensitivity: yes
# - Required: no
ArmarX.MemoryNameSystem.ObjectName = "ArMemMemoryNameSystem"
# ArmarX.MemoryNameSystem.ObjectName = ""
# ArmarX.MemoryNameSystem.RemoteGuiName: Name of the remote gui provider
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment