Go to the source code of this file.
Namespaces | |
foxglove | |
Functions | |
void | foxglove::from_json (const nlohmann::json &j, Channel &c) |
void | foxglove::from_json (const nlohmann::json &j, Parameter &p) |
void | foxglove::from_json (const nlohmann::json &j, ParameterValue &p) |
void | foxglove::from_json (const nlohmann::json &j, Service &p) |
void | foxglove::to_json (nlohmann::json &j, const Channel &c) |
void | foxglove::to_json (nlohmann::json &j, const Parameter &p) |
void | foxglove::to_json (nlohmann::json &j, const ParameterValue &p) |
void | foxglove::to_json (nlohmann::json &j, const Service &p) |