RTC Toolkit 4.0.1
Loading...
Searching...
No Matches
jsonPayload.hpp
Go to the documentation of this file.
1
13#ifndef RTCTK_COMPONENTFRAMEWORK_JSONPAYLOAD_HPP
14#define RTCTK_COMPONENTFRAMEWORK_JSONPAYLOAD_HPP
15
16#include <nlohmann/json.hpp>
17
19
25using JsonPayload = nlohmann::json;
26
27} // namespace rtctk::componentFramework
28
29#endif // RTCTK_COMPONENTFRAMEWORK_JSONPAYLOAD_HPP
Definition: commandReplier.cpp:22
nlohmann::json JsonPayload
Type requirements:
Definition: jsonPayload.hpp:25