|
|
#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 () |
Definition at line 31 of file FileTopicWriter.h.
| FileTopicWriter | ( | const std::filesystem::path & | path | ) |
Definition at line 35 of file FileTopicWriter.cpp.
| FileTopicWriter | ( | std::ostream * | stream | ) |
Definition at line 45 of file FileTopicWriter.cpp.
|
override |
Definition at line 49 of file FileTopicWriter.cpp.
| std::filesystem::path getFilepath | ( | ) | const |
Definition at line 58 of file FileTopicWriter.cpp.
|
overridevirtual |
Reimplemented from TopicWriterInterface.
Definition at line 64 of file FileTopicWriter.cpp.
Here is the call graph for this function: