Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RobotAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
RobotAPI
Commits
3259c726
Commit
3259c726
authored
4 months ago
by
Joana Plewnia
Browse files
Options
Downloads
Patches
Plain Diff
fixed Logging in mns/Registry (by Fabian R.)
parent
643be8b5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/libraries/armem/mns/Registry.h
+7
-12
7 additions, 12 deletions
source/RobotAPI/libraries/armem/mns/Registry.h
with
7 additions
and
12 deletions
source/RobotAPI/libraries/armem/mns/Registry.h
+
7
−
12
View file @
3259c726
#pragma once
#include
<RobotAPI/libraries/armem/core/Time.h>
#include
<map>
#include
<string>
#include
<ArmarXCore/core/logging/Logging.h>
#include
<RobotAPI/interface/armem/mns/MemoryNameSystemInterface.h>
#include
<RobotAPI/interface/armem/server/ActionsInterface.h>
#include
<RobotAPI/interface/armem/server/PredictingMemoryInterface.h>
#include
<RobotAPI/interface/armem/server/ReadingMemoryInterface.h>
#include
<RobotAPI/interface/armem/server/WritingMemoryInterface.h>
#include
<ArmarXCore/core/logging/Logging.h>
#include
<map>
#include
<string>
#include
<RobotAPI/libraries/armem/core/Time.h>
namespace
armarx
::
armem
::
mns
{
...
...
@@ -20,10 +18,9 @@ namespace armarx::armem::mns
/**
* @brief A registry for memory servers.
*/
class
Registry
:
armarx
::
Logging
class
Registry
:
public
armarx
::
Logging
{
public:
Registry
(
const
std
::
string
&
logTag
=
"MemoryNameSystem Registry"
);
...
...
@@ -53,7 +50,6 @@ namespace armarx::armem::mns
public:
/// Information about a memory entry.
struct
ServerInfo
{
...
...
@@ -64,7 +60,6 @@ namespace armarx::armem::mns
/// The registered memories.
std
::
map
<
std
::
string
,
ServerInfo
>
servers
;
};
}
}
// namespace armarx::armem::mns
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment