Writer Class Reference

#include <armarx/navigation/memory/client/human/Writer.h>

+ Inheritance diagram for Writer:

Public Member Functions

bool store (const armarx::navigation::human::HumanGroups &groups, const std::string &providerName, const armem::Time &timestamp)
 
bool store (const armarx::navigation::human::Humans &humans, 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

Definition at line 46 of file Writer.h.

Constructor & Destructor Documentation

◆ ~Writer()

~Writer ( )
overridedefault

Member Function Documentation

◆ defaultProperties()

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

Implements SimpleWriterBase.

Definition at line 126 of file Writer.cpp.

◆ propertyPrefix()

std::string propertyPrefix ( ) const
overrideprotectedvirtual

Implements SimpleWriterBase.

Definition at line 120 of file Writer.cpp.

◆ store() [1/2]

bool store ( const armarx::navigation::human::HumanGroups groups,
const std::string &  providerName,
const armem::Time timestamp 
)

Definition at line 69 of file Writer.cpp.

+ Here is the call graph for this function:

◆ store() [2/2]

bool store ( const armarx::navigation::human::Humans humans,
const std::string &  providerName,
const armem::Time timestamp 
)

Definition at line 18 of file Writer.cpp.

+ Here is the call graph for this function:

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