Writer Class Reference

#include <RobotAPI/libraries/armem_laser_scans/client/common/Writer.h>

Public Member Functions

void connect (armem::client::MemoryNameSystem &memoryNameSystem)
 
void registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def)
 to be called in Component::onConnectComponent More...
 
bool storeSensorData (const LaserScan &laserScan, const std::string &frame, const std::string &agentName, const armem::Time &timestamp)
 
 Writer ()
 
virtual ~Writer ()
 

Detailed Description

Definition at line 47 of file Writer.h.

Constructor & Destructor Documentation

◆ Writer()

Writer ( )

Definition at line 12 of file Writer.cpp.

◆ ~Writer()

~Writer ( )
virtualdefault

Member Function Documentation

◆ connect()

void connect ( armem::client::MemoryNameSystem memoryNameSystem)

Definition at line 27 of file Writer.cpp.

+ Here is the call graph for this function:

◆ registerPropertyDefinitions()

void registerPropertyDefinitions ( armarx::PropertyDefinitionsPtr def)

to be called in Component::onConnectComponent

to be called in Component::addPropertyDefinitions

Definition at line 19 of file Writer.cpp.

◆ storeSensorData()

bool storeSensorData ( const LaserScan &  laserScan,
const std::string &  frame,
const std::string &  agentName,
const armem::Time timestamp 
)

Definition at line 49 of file Writer.cpp.

+ Here is the call graph for this function:

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