TaskOutcomeSegment.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
6
8{
10 {
11 public:
13 static const std::string CORE_SEGMENT_NAME;
14
15 public:
17
19 const std::string& prefix = "") override;
20 void init() override;
21
22 public:
24 {
25 };
26
28 };
29
30} // namespace armarx::armem::server::task_outcome
Helps connecting a Memory server to the Ice interface.
void defineProperties(armarx::PropertyDefinitionsPtr defs, const std::string &prefix="") override
TaskOutcomeSegment(armem::server::MemoryToIceAdapter &iceMemory)
armem::server::segment::SpecializedCoreSegment Base
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.