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
9aea719d
Commit
9aea719d
authored
1 year ago
by
Rainer Kartmann
Committed by
Patrick Dormanns
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
8902aac4
No related branches found
No related tags found
1 merge request
!391
(Scoped)SubscriptionHandle to unsubscribe from memory updates
Pipeline
#15763
failed
1 year ago
Stage: build-and-test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/libraries/armem/client/util/MemoryListener.h
+3
-3
3 additions, 3 deletions
source/RobotAPI/libraries/armem/client/util/MemoryListener.h
with
3 additions
and
3 deletions
source/RobotAPI/libraries/armem/client/util/MemoryListener.h
+
3
−
3
View file @
9aea719d
...
...
@@ -129,11 +129,11 @@ namespace armarx::armem::client::util
protected
:
long
next_id
=
0
;
typedef
struct
struct
ManagedCallback
{
long
id
;
long
id
=
0
;
Callback
callback
;
}
ManagedCallback
;
};
std
::
unordered_map
<
MemoryID
,
std
::
vector
<
ManagedCallback
>>
callbacks
;
...
...
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