Writer Class Reference

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 &timestamp)
 
bool store (const std::vector< armarx::navigation::algorithms::Room > &rooms, const std::string &providerName, const armem::Time &timestamp)
 
 ~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::WritermemoryWriter ()
 
const Propertiesproperties () const
 
void setProperties (const Properties &p)
 

Detailed Description

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.

Definition at line 42 of file Writer.h.

Constructor & Destructor Documentation

◆ ~Writer()

~Writer ( )
overridedefault
+ Here is the call graph for this function:

Member Function Documentation

◆ defaultProperties()

armarx::armem::client::util::SimpleWriterBase::Properties defaultProperties ( ) const
overrideprotectedvirtual

Implements SimpleWriterBase.

Definition at line 88 of file Writer.cpp.

◆ propertyPrefix()

std::string propertyPrefix ( ) const
overrideprotectedvirtual

Implements SimpleWriterBase.

Definition at line 82 of file Writer.cpp.

◆ SimpleWriterBase()

SimpleWriterBase ( )

Definition at line 39 of file SimpleWriterBase.cpp.

◆ store() [1/2]

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:

◆ store() [2/2]

bool store ( const std::vector< armarx::navigation::algorithms::Room > & rooms,
const std::string & providerName,
const armem::Time & timestamp )

Definition at line 36 of file Writer.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: