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
79726473
Commit
79726473
authored
2 years ago
by
Fabian Tërnava
Browse files
Options
Downloads
Patches
Plain Diff
readd the createdTime member
parent
e53f8714
No related branches found
No related tags found
2 merge requests
!337
Merge fabianpk dev branch
,
!331
Readd time created
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/libraries/armem/core/base/EntityInstanceBase.h
+2
-0
2 additions, 0 deletions
...e/RobotAPI/libraries/armem/core/base/EntityInstanceBase.h
with
2 additions
and
0 deletions
source/RobotAPI/libraries/armem/core/base/EntityInstanceBase.h
+
2
−
0
View file @
79726473
...
...
@@ -23,6 +23,8 @@ namespace armarx::armem::base
struct
EntityInstanceMetadata
{
/// Time when this value was created.
Time
createdTime
;
/// Time when this value is referenced to.
Time
referencedTime
;
/// Time when this value was sent to the memory.
Time
sentTime
;
...
...
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