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

Add Aron definition for MemoryID

parent ca0eb00e
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,10 @@ set(LIBS
aron
)
set(ARON_FILES
aron/MemoryID.xml
)
set(LIB_FILES
core/Commit.cpp
core/MemoryID.cpp
......@@ -85,9 +89,21 @@ set(LIB_HEADERS
query/ProviderSegmentQueryProcessor.h
query/CoreSegmentQueryProcessor.h
query/MemoryQueryProcessor.h
# Hijack headers to show xml in project tree
${ARON_FILES}
)
armarx_add_library("${LIB_NAME}" "${LIB_FILES}" "${LIB_HEADERS}" "${LIBS}")
armarx_enable_aron_file_generation_for_target(
TARGET_NAME
${LIB_NAME}
ARON_FILES
${ARON_FILES}
)
# add unit tests
add_subdirectory(test)
<!--Some fancy comment -->
<?xml version="1.0" encoding="UTF-8" ?>
<AronTypeDefinition>
<GenerateTypes>
<GenerateType name='armarx::armem::aron::MemoryID'>
<ObjectChild key='memoryName'>
<string />
</ObjectChild>
<ObjectChild key='coreSegmentName'>
<string />
</ObjectChild>
<ObjectChild key='providerSegmentName'>
<string />
</ObjectChild>
<ObjectChild key='entityName'>
<string />
</ObjectChild>
<ObjectChild key='timestamp'>
<long />
</ObjectChild>
<ObjectChild key='instanceIndex'>
<int />
</ObjectChild>
</GenerateType>
</GenerateTypes>
</AronTypeDefinition>
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