|
|
defined in <armarx/navigation/components/navigation_memory/ComponentInterface.ice>
interface NavigationMemoryInterface extends armarx::armem::server::MemoryInterface { ... }
Inheritance diagram for NavigationMemoryInterface:Operations | |
| bool | storeLocationGraph (armarx::data::PackagePath packagePath) |
| bool | storeRooms (armarx::data::PackagePath packagePath) |
Dumps the contents of the Rooms core segment to <packagePath>/<providerSegmentName>/rooms.json, using the same format that is read back when loading a navigation graph. | |
Definition at line 39 of file ComponentInterface.ice.
| bool storeLocationGraph | ( | armarx::data::PackagePath | packagePath | ) |
| bool storeRooms | ( | armarx::data::PackagePath | packagePath | ) |
Dumps the contents of the Rooms core segment to <packagePath>/<providerSegmentName>/rooms.json, using the same format that is read back when loading a navigation graph.