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
!410
Add class and component MemoryToDebugObserver
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add class and component MemoryToDebugObserver
memory-plotter
into
master
Overview
0
Commits
12
Pipelines
7
Changes
7
Merged
Rainer Kartmann
requested to merge
memory-plotter
into
master
1 year ago
Overview
0
Commits
12
Pipelines
7
Changes
4
Expand
0
0
Merge request reports
Compare
version 2
version 6
3ad4f10e
1 year ago
version 5
9b3850ae
1 year ago
version 4
7352d941
1 year ago
version 3
3b41c2b9
1 year ago
version 2
1c42f0c9
1 year ago
version 1
24830cf8
1 year ago
master (base)
and
version 3
latest version
92aa069b
12 commits,
1 year ago
version 6
3ad4f10e
11 commits,
1 year ago
version 5
9b3850ae
10 commits,
1 year ago
version 4
7352d941
6 commits,
1 year ago
version 3
3b41c2b9
4 commits,
1 year ago
version 2
1c42f0c9
3 commits,
1 year ago
version 1
24830cf8
1 commit,
1 year ago
Show latest version
4 files
+
57
−
27
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
source/RobotAPI/components/armem/client/Memory
Plott
er/CMakeLists.txt
→
source/RobotAPI/components/armem/client/Memory
ToDebugObserv
er/CMakeLists.txt
+
28
−
0
Options
armarx_component_set_name
(
Memory
Plott
er
)
armarx_component_set_name
(
Memory
ToDebugObserv
er
)
set
(
COMPONENT_LIBS
ArmarXCore
@@ -9,13 +9,20 @@ set(COMPONENT_LIBS
)
set
(
SOURCES
MemoryPlotter
.cpp
Component
.cpp
)
set
(
HEADERS
MemoryPlotter
.h
Component
.h
)
armarx_add_component
(
"
${
SOURCES
}
"
"
${
HEADERS
}
"
)
armarx_generate_and_add_component_executable
()
set
(
COMPONENT_INCLUDE RobotAPI/components/armem/client/MemoryToDebugObserver/Component.h
)
armarx_generate_and_add_component_executable
(
COMPONENT_INCLUDE
"
${
CMAKE_CURRENT_LIST_DIR
}
/Component.h"
COMPONENT_CLASS_NAME
Component
)
Loading