RTC Toolkit
6.0.0
Loading...
Searching...
No Matches
componentFramework
rtcComponent
lib
src
include
rtctk
componentFramework
modelExport.hpp
Go to the documentation of this file.
1
11
12
#ifndef RTCTK_COMPONENTFRAMEWORK_MODELEXPORT_HPP
13
#define RTCTK_COMPONENTFRAMEWORK_MODELEXPORT_HPP
14
15
#include <
rtctk/componentFramework/model.hpp
>
16
17
#include <sstream>
18
19
namespace
rtctk::componentFramework
{
20
29
std::stringstream
Export
(
StateMachine
& sm,
const
std::string& format);
30
31
}
// namespace rtctk::componentFramework
32
#endif
model.hpp
In-memory representation of the state machine model.
rtctk::componentFramework
Definition
commandReplier.cpp:21
rtctk::componentFramework::Export
std::stringstream Export(StateMachine &sm, const std::string &format)
Export the in-memory state machine model in various formats.
Definition
modelExport.cpp:589
rtctk::componentFramework::StateMachine
Definition
model.hpp:64
Generated by
1.13.2