Skip to content
Snippets Groups Projects
Commit 3632bc5d authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add core.h

parent 741e373c
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ set(LIB_FILES
)
set(LIB_HEADERS
core.h
core/Commit.h
core/DataMode.h
core/MemoryID.h
......
#pragma once
#include "core/error.h"
#include "core/ice_conversions.h"
#include "core/Commit.h"
#include "core/DataMode.h"
#include "core/MemoryID.h"
#include "core/Time.h"
#include "core/Memory.h"
#include "core/CoreSegment.h"
#include "core/ProviderSegment.h"
#include "core/Entity.h"
#include "core/EntitySnapshot.h"
#include "core/EntityInstance.h"
namespace armarx::armem
{
}
#pragma once
#include <memory>
#include <RobotAPI/interface/armem/commit.h>
#include <RobotAPI/interface/armem/memory.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment