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
8
namespace
armarx::viz::data
9
{
10
11
void
to_json
(nlohmann::json& j,
const
LayerUpdate&
update
);
12
void
from_json
(
const
nlohmann::json& j, LayerUpdate&
update
);
13
14
void
to_json
(nlohmann::json& j,
const
LayerUpdates&
update
);
15
void
from_json
(
const
nlohmann::json& j, LayerUpdates&
update
);
16
17
}
armarx::viz::data::from_json
void from_json(nlohmann::json const &j, RecordingBatchHeader &batch)
Definition:
ArVizStorage.cpp:430
armarx::viz::data
Definition:
ArVizStorage.cpp:416
armarx::armem::server::ltm::util::mongodb::detail::update
bool update(mongocxx::collection &coll, const nlohmann::json &query, const nlohmann::json &update)
Definition:
mongodb.cpp:67
armarx::viz::data::to_json
void to_json(nlohmann::json &j, RecordingBatchHeader const &batch)
Definition:
ArVizStorage.cpp:420
RobotAPI
components
ArViz
Introspection
json_layer.h
Generated on Sat Oct 12 2024 09:14:06 for armarx_documentation by
1.8.17