RTC Toolkit
2.0.0
componentFramework
services
common
src
include
rtctk
componentFramework
jsonPayload.hpp
Go to the documentation of this file.
1
12
#ifndef RTCTK_COMPONENTFRAMEWORK_JSONPAYLOAD_HPP
13
#define RTCTK_COMPONENTFRAMEWORK_JSONPAYLOAD_HPP
14
15
#include <nlohmann/json.hpp>
16
17
namespace
rtctk::componentFramework
{
18
24
using
JsonPayload
= nlohmann::json;
25
26
}
// namespace rtctk::componentFramework
27
28
#endif // RTCTK_COMPONENTFRAMEWORK_JSONPAYLOAD_HPP
rtctk::componentFramework
Definition:
commandReplier.cpp:20
rtctk::componentFramework::JsonPayload
nlohmann::json JsonPayload
Type requirements:
Definition:
jsonPayload.hpp:24
Generated by
1.8.20