|
Functions | |
void | from_json (const nlohmann::json &j, FrameID &bo) |
void | from_json (const nlohmann::json &j, Names &bo) |
void | to_json (nlohmann::json &j, const FrameID &bo) |
void | to_json (nlohmann::json &j, const Names &bo) |
void from_json | ( | const nlohmann::json & | j, |
FrameID & | bo | ||
) |
Definition at line 13 of file framed.cpp.
void from_json | ( | const nlohmann::json & | j, |
Names & | bo | ||
) |
Definition at line 12 of file armarx.cpp.
void to_json | ( | nlohmann::json & | j, |
const FrameID & | bo | ||
) |
Definition at line 6 of file framed.cpp.
void to_json | ( | nlohmann::json & | j, |
const Names & | bo | ||
) |
Definition at line 6 of file armarx.cpp.