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