|
Motion Master
|
Classes | |
| struct | adl_serializer< mm::comm::base::ParameterValue > |
| Specialization of adl_serializer for common::ParameterValue to enable nlohmann::json serialization and deserialization. More... | |
Functions | |
| void | to_json (nlohmann::json &j, const mm::comm::base::MappedParameterValue &p) |
| Serialize MappedParameterValue to JSON. | |
| void | from_json (const nlohmann::json &j, mm::comm::base::MappedParameterValue &p) |
| Deserialize JSON into MappedParameterValue. | |
| void | to_json (json &j, const mm::comm::base::MappedParameterValues &p) |
| Serialize MappedParameterValues to JSON. | |
| void | from_json (const json &j, mm::comm::base::MappedParameterValues &p) |
| Deserialize JSON into MappedParameterValues. | |
|
inline |
Deserialize JSON into MappedParameterValues.
| j | JSON object to deserialize from. |
| p | MappedParameterValues instance to populate. |
|
inline |
Deserialize JSON into MappedParameterValue.
| j | JSON input. |
| p | Output MappedParameterValue. |
|
inline |
Serialize MappedParameterValues to JSON.
| j | JSON object to serialize into. |
| p | MappedParameterValues instance to serialize. |
|
inline |
Serialize MappedParameterValue to JSON.
| j | JSON object to serialize into. |
| p | MappedParameterValue to serialize. |