FileTopicWriter Class Reference

#include <ArmarXCore/util/topicrecording/FileTopicWriter.h>

+ Inheritance diagram for FileTopicWriter:

Public Member Functions

 FileTopicWriter (const std::filesystem::path &path)
 
 FileTopicWriter (std::ostream *stream)
 
std::filesystem::path getFilepath () const
 
void write (const TopicUtil::TopicData &topicData) override
 
 ~FileTopicWriter () override
 
- Public Member Functions inherited from TopicWriterInterface
 TopicWriterInterface ()
 
virtual ~TopicWriterInterface ()
 

Detailed Description

Definition at line 33 of file FileTopicWriter.h.

Constructor & Destructor Documentation

◆ FileTopicWriter() [1/2]

FileTopicWriter ( const std::filesystem::path &  path)

Definition at line 35 of file FileTopicWriter.cpp.

◆ FileTopicWriter() [2/2]

FileTopicWriter ( std::ostream *  stream)

Definition at line 46 of file FileTopicWriter.cpp.

◆ ~FileTopicWriter()

~FileTopicWriter ( )
override

Definition at line 52 of file FileTopicWriter.cpp.

Member Function Documentation

◆ getFilepath()

std::filesystem::path getFilepath ( ) const

Definition at line 60 of file FileTopicWriter.cpp.

◆ write()

void write ( const TopicUtil::TopicData topicData)
overridevirtual

Reimplemented from TopicWriterInterface.

Definition at line 65 of file FileTopicWriter.cpp.

+ Here is the call graph for this function:

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