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