|
|
#include <ArmarXCore/util/topicrecording/DatabaseTopicWriter.h>
Inheritance diagram for DatabaseTopicWriter:Public Member Functions | |
| DatabaseTopicWriter (const std::filesystem::path &path) | |
| std::filesystem::path | getFilepath () const |
| void | write (const TopicUtil::TopicData &topicData) override |
| ~DatabaseTopicWriter () override | |
Public Member Functions inherited from TopicWriterInterface | |
| TopicWriterInterface () | |
| virtual | ~TopicWriterInterface () |
Definition at line 32 of file DatabaseTopicWriter.h.
| DatabaseTopicWriter | ( | const std::filesystem::path & | path | ) |
Definition at line 29 of file DatabaseTopicWriter.cpp.
|
override |
Definition at line 116 of file DatabaseTopicWriter.cpp.
| std::filesystem::path getFilepath | ( | ) | const |
Definition at line 140 of file DatabaseTopicWriter.cpp.
|
overridevirtual |
Reimplemented from TopicWriterInterface.
Definition at line 146 of file DatabaseTopicWriter.cpp.