ComponentInterface.ice
Go to the documentation of this file.
1 #pragma once
2 
3 #include <RobotAPI/interface/armem/server/MemoryInterface.ice>
5 
6 module armarx
7 {
8  module armem
9  {
10  module server
11  {
12  module human_memory
13  {
14 
15  interface ComponentInterface extends
16  ::armarx::armem::server::MemoryInterface,
18  {
19 
20  }
21 
22  }
23  }
24  }
25 }
armarx::armem
Definition: LegacyRobotStateMemoryAdapter.cpp:31
armarx::armem::human::HumanMemoryServerInterface
Definition: HumanMemoryServerInterface.ice:13
armarx::armem::server::human_memory::ComponentInterface
Definition: ComponentInterface.ice:15
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition: ArmarXTimeserver.cpp:28
HumanMemoryServerInterface.ice