Go to the documentation of this file.
3 #include <SimoxUtility/json.h>
5 #include <RobotAPI/interface/ArViz/Elements.h>
26 void to_json(nlohmann::json& j,
const data::GlobalPose&
value);
39 extern const std::string
KEY;
42 extern const std::string
HIDE;
49 extern const std::string
COLOR;
57 void to_json_base(nlohmann::json& j,
const data::Element& element);
void to_json(nlohmann::json &j, const Vector2f &value)
void to_json_base(nlohmann::json &j, const data::Element &element)
void from_json(nlohmann::json const &j, RecordingBatchHeader &batch)
uint32_t Color
RGBA color.
std::shared_ptr< Value > value()
void from_json(const nlohmann::json &j, Vector2f &value)
This file offers overloads of toIce() and fromIce() functions for STL container types.
void from_json_base(const nlohmann::json &j, data::Element &value)
void to_json(nlohmann::json &j, RecordingBatchHeader const &batch)