|
#include <ArmarXCore/util/topicrecording/DatabaseTopicReader.h>
Public Member Functions | |
DatabaseTopicReader (std::filesystem::path path) | |
std::filesystem::path | getFilepath () const |
IceUtil::Time | getReplayLength () override |
std::vector< std::string > | getReplayTopics () override |
bool | read (TopicUtil::TopicData &data) override |
bool | seekTo (IceUtil::Time timestamp) override |
~DatabaseTopicReader () | |
![]() | |
TopicReaderInterface () | |
Definition at line 35 of file DatabaseTopicReader.h.
DatabaseTopicReader | ( | std::filesystem::path | path | ) |
~DatabaseTopicReader | ( | ) |
Definition at line 79 of file DatabaseTopicReader.cpp.
std::filesystem::path getFilepath | ( | ) | const |
Definition at line 87 of file DatabaseTopicReader.cpp.
|
overridevirtual |
Implements TopicReaderInterface.
Definition at line 193 of file DatabaseTopicReader.cpp.
|
overridevirtual |
Implements TopicReaderInterface.
Definition at line 222 of file DatabaseTopicReader.cpp.
|
overridevirtual |
Implements TopicReaderInterface.
Definition at line 93 of file DatabaseTopicReader.cpp.
|
overridevirtual |
Implements TopicReaderInterface.
Definition at line 151 of file DatabaseTopicReader.cpp.