|
#include "ArVizStorage.h"
#include <algorithm>
#include <optional>
#include <SimoxUtility/json/json.hpp>
#include <ArmarXCore/core/logging/Logging.h>
#include <ArmarXCore/core/system/ArmarXDataPath.h>
#include <ArmarXCore/core/time.h>
#include <ArmarXCore/core/time/DateTime.h>
#include <ArmarXCore/core/time/Duration.h>
#include <ArmarXCore/core/util/IceBlobToObject.h>
#include <ArmarXCore/core/util/ObjectToIceBlob.h>
Go to the source code of this file.
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::viz | |
This file is part of ArmarX. | |
armarx::viz::data | |
Functions | |
void | from_json (nlohmann::json const &j, Recording &recording) |
void | from_json (nlohmann::json const &j, RecordingBatchHeader &batch) |
void | to_json (nlohmann::json &j, Recording const &recording) |
void | to_json (nlohmann::json &j, RecordingBatchHeader const &batch) |