Skip to content
Snippets Groups Projects

Readd time created

Merged Fabian Tërnava requested to merge armem/readd_time_created into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -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;
Loading