|
|
Writes rooms into the Rooms core segment of the navigation memory.
More...
#include <armarx/navigation/memory/client/rooms/Writer.h>
Inheritance diagram for Writer:Public Member Functions | |
| SimpleWriterBase () | |
| bool | store (const armarx::navigation::algorithms::Room &room, const std::string &providerName, const armem::Time ×tamp) |
| bool | store (const std::vector< armarx::navigation::algorithms::Room > &rooms, const std::string &providerName, const armem::Time ×tamp) |
| ~Writer () override | |
Public Member Functions inherited from SimpleWriterBase | |
| void | connect (armarx::armem::client::MemoryNameSystem &mns) |
| void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
| SimpleWriterBase () | |
| virtual | ~SimpleWriterBase ()=default |
Protected Member Functions | |
| Properties | defaultProperties () const override |
| std::string | propertyPrefix () const override |
Protected Member Functions inherited from SimpleWriterBase | |
| armem::client::Writer & | memoryWriter () |
| const Properties & | properties () const |
| void | setProperties (const Properties &p) |
Writes rooms into the Rooms core segment of the navigation memory.
The entity name of a room is its Room::name, matching the layout produced by the navigation memory when loading a rooms.json file.
|
overridedefault |
Here is the call graph for this function:
|
overrideprotectedvirtual |
Implements SimpleWriterBase.
Definition at line 88 of file Writer.cpp.
|
overrideprotectedvirtual |
Implements SimpleWriterBase.
Definition at line 82 of file Writer.cpp.
| SimpleWriterBase | ( | ) |
Definition at line 39 of file SimpleWriterBase.cpp.
| bool store | ( | const armarx::navigation::algorithms::Room & | room, |
| const std::string & | providerName, | ||
| const armem::Time & | timestamp ) |
Definition at line 27 of file Writer.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool store | ( | const std::vector< armarx::navigation::algorithms::Room > & | rooms, |
| const std::string & | providerName, | ||
| const armem::Time & | timestamp ) |