Skip to content
Snippets Groups Projects
Named.xml 765 B
<?xml version="1.0" encoding="UTF-8" ?>
<AronTypeDefinition>

    <AronIncludes>
        <Include include="<RobotAPI/libraries/armem/aron/MemoryID.xml>" />
        <Include include="<RobotAPI/libraries/aron/common/aron/Names.xml>" />
    </AronIncludes>

    <GenerateTypes>

        <Object name="armarx::armem::index::arondto::Named"
                doc-brief="Index of a named entity in the memory.">

            <ObjectChild key="id" doc-brief="Link to the memory element.">
                <armarx::armem::arondto::MemoryID />
            </ObjectChild>

            <ObjectChild key="names" doc-brief="The entity's names.">
                <armarx::arondto::Names />
            </ObjectChild>

        </Object>

    </GenerateTypes>

</AronTypeDefinition>