ComponentInterface.ice
Go to the documentation of this file.
1 /**
2 * This file is part of ArmarX.
3 *
4 * ArmarX is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of
7 * the License, or (at your option) any later version.
8 *
9 * ArmarX is distributed in the hope that it will be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 *
17 * @package RobotAPI
18 * @author Rainer Kartmann
19 * @copyright 2020 Humanoids Group, H2T, KIT
20 * @license http://www.gnu.org/licenses/gpl-2.0.txt
21 * GNU General Public License
22 */
23 
24 #pragma once
25 
26 #include <RobotAPI/interface/armem/server/MemoryInterface.ice>
27 
28 #include <RobotAPI/interface/objectpose/ObjectPoseStorageInterface.ice>
29 #include <ArmarXCore/interface/core/PackagePath.ice>
30 // #include <ArmarXCore/interface/core/PackagePath.h>
31 
32 
33 module armarx
34 {
35  module navigation
36  {
37  module memory
38  {
39  interface NavigationMemoryInterface extends
40  armarx::armem::server::MemoryInterface
41  {
42  bool storeLocationGraph(armarx::data::PackagePath packagePath);
43  };
44 
45  };
46  };
47 };
armarx::memory
Brief description of class memory.
Definition: memory.h:39
armarx::navigation::memory::NavigationMemoryInterface
Definition: ComponentInterface.ice:39
navigation
This file is part of ArmarX.
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition: ArmarXTimeserver.cpp:28