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
8902aac4
Commit
8902aac4
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
5da0ee8d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!391
(Scoped)SubscriptionHandle to unsubscribe from memory updates
Pipeline
#15762
canceled
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 @
8902aac4
...
...
@@ -58,10 +58,10 @@ namespace armarx::armem::client::util
SubscriptionHandle
(
MemoryListener
*
memoryListener
,
const
MemoryID
&
memoryID
,
long
id
);
private:
bool
valid
;
MemoryListener
*
memoryListener
;
bool
valid
=
false
;
MemoryListener
*
memoryListener
=
nullptr
;
MemoryID
memoryID
;
long
id
;
long
id
=
0
;
};
class
ScopedSubscriptionHandle
...
...
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