|
#include <chrono>
#include <filesystem>
#include <fstream>
#include <functional>
#include <memory>
#include <set>
#include <string>
#include <string_view>
#include <tuple>
Go to the source code of this file.
Classes | |
class | AbstractRecordingStrategy |
Abstract interface of a recording strategy. More... | |
Namespaces | |
cv | |
visionx | |
ArmarX headers. | |
visionx::imrec | |
Typedefs | |
using | Recording = std::shared_ptr< AbstractRecordingStrategy > |
Convenience alias for any recording strategy. More... | |