|
#include <ArmarXCore/util/topicrecording/DatabaseTopicWriter.h>
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 31 of file DatabaseTopicWriter.h.
DatabaseTopicWriter | ( | const std::filesystem::path & | path | ) |
Definition at line 28 of file DatabaseTopicWriter.cpp.
|
override |
Definition at line 114 of file DatabaseTopicWriter.cpp.
std::filesystem::path getFilepath | ( | ) | const |
Definition at line 137 of file DatabaseTopicWriter.cpp.
|
overridevirtual |
Reimplemented from TopicWriterInterface.
Definition at line 142 of file DatabaseTopicWriter.cpp.