12 j[
"component"] = update.component;
13 j[
"name"] = update.name;
14 j[
"action"] = update.action;
15 j[
"elements"] = update.elements;
21 update.component = j.at(
"component");
22 update.name = j.at(
"name");
23 update.action = j.at(
"action");
24 update.elements = j.at(
"elements").get<ElementSeq>();
30 j[
"updates"] = updates.updates;
31 j[
"revision"] = updates.revision;
37 updates.updates = j.at(
"updates").get<data::LayerUpdateSeq>();
38 updates.revision = j.at(
"revision").get<Ice::Long>();
void to_json(nlohmann::json &j, RecordingBatchHeader const &batch)
void from_json(nlohmann::json const &j, RecordingBatchHeader &batch)
This file is part of ArmarX.