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
Merge requests
!369
Updates/a6u1/2023 07 26
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updates/a6u1/2023 07 26
updates/a6u1/2023-07-26
into
master
Overview
0
Commits
6
Pipelines
0
Changes
1
Merged
Fabian Tërnava
requested to merge
updates/a6u1/2023-07-26
into
master
1 year ago
Overview
0
Commits
6
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
915fcf42
Prev
Next
Show latest version
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
915fcf42
allow simple readers to set properties (useful if used in a non-component context)
· 915fcf42
armar-user
authored
1 year ago
source/RobotAPI/libraries/armem/client/util/SimpleReaderBase.h
+
4
−
0
Options
@@ -54,6 +54,10 @@ namespace armarx::armem::client::util
virtual
void
connect
();
const
Properties
&
properties
()
const
;
void
setProperties
(
const
Properties
&
p
)
{
props
=
p
;
}
protected
:
Loading