json_layer.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <SimoxUtility/json.h>
4
5
#include <RobotAPI/interface/ArViz/Component.h>
6
7
namespace
armarx::viz::data
8
{
9
10
void
to_json
(nlohmann::json& j,
const
LayerUpdate&
update
);
11
void
from_json
(
const
nlohmann::json& j, LayerUpdate&
update
);
12
13
void
to_json
(nlohmann::json& j,
const
LayerUpdates&
update
);
14
void
from_json
(
const
nlohmann::json& j, LayerUpdates&
update
);
15
16
}
// namespace armarx::viz::data
armarx::viz::data::from_json
void from_json(nlohmann::json const &j, RecordingBatchHeader &batch)
Definition:
ArVizStorage.cpp:432
armarx::viz::data
Definition:
ArVizStorage.cpp:418
armarx::armem::server::ltm::util::mongodb::detail::update
bool update(mongocxx::collection &coll, const nlohmann::json &query, const nlohmann::json &update)
Definition:
mongodb.cpp:68
armarx::viz::data::to_json
void to_json(nlohmann::json &j, RecordingBatchHeader const &batch)
Definition:
ArVizStorage.cpp:422
RobotAPI
components
ArViz
Introspection
json_layer.h
Generated on Sat Apr 5 2025 09:13:23 for armarx_documentation by
1.8.17