|
|
#include <ArmarXCore/util/topicrecording/DatabaseTopicReader.h>
Inheritance diagram for DatabaseTopicReader: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 () | |
Public Member Functions inherited from TopicReaderInterface | |
| 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.
Here is the call graph for this function:
Here is the caller graph for this function: