TaskOutcomeSegment.cpp
Go to the documentation of this file.
2
4
6
7#include <RobotAPI/libraries/armem_task_outcome/aron/TaskOutcome.aron.generated.h>
9
11{
14
22
23 void
25 const std::string& prefix)
26 {
27 Base::defineProperties(defs, prefix);
28 }
29
30 void
35
36} // namespace armarx::armem::server::task_outcome
Helps connecting a Memory server to the Ice interface.
virtual void defineProperties(armarx::PropertyDefinitionsPtr defs, const std::string &prefix="") override
void defineProperties(armarx::PropertyDefinitionsPtr defs, const std::string &prefix="") override
TaskOutcomeSegment(armem::server::MemoryToIceAdapter &iceMemory)
armem::server::segment::SpecializedCoreSegment Base
const armem::MemoryID TaskOutcomeCoreSegmentID
Definition memory_ids.cpp:8
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.