RTC Toolkit
1.0.0
componentFramework
rtcComponent
lib
src
include
rtctk
componentFramework
payload.hpp
Go to the documentation of this file.
1
12
#ifndef RTCTK_COMPONENTFRAMEWORK_PAYLOAD_HPP
13
#define RTCTK_COMPONENTFRAMEWORK_PAYLOAD_HPP
14
15
#include <string>
16
17
namespace
rtctk::componentFramework
{
18
19
using
Payload
= std::string;
20
21
}
// namespace rtctk::componentFramework
22
23
#endif
rtctk::componentFramework
Definition:
commandReplier.cpp:20
rtctk::componentFramework::Payload
std::string Payload
Definition:
payload.hpp:19
Generated by
1.8.20