RTC Toolkit
5.0.0
Loading...
Searching...
No Matches
componentFramework
rtcComponent
lib
src
include
rtctk
componentFramework
modelExport.hpp
Go to the documentation of this file.
1
13
#ifndef RTCTK_COMPONENTFRAMEWORK_MODELEXPORT_HPP
14
#define RTCTK_COMPONENTFRAMEWORK_MODELEXPORT_HPP
15
16
#include <
rtctk/componentFramework/model.hpp
>
17
18
#include <sstream>
19
20
namespace
rtctk::componentFramework
{
21
30
std::stringstream
Export
(StateMachine& sm,
const
std::string& format);
31
32
}
// namespace rtctk::componentFramework
33
#endif
model.hpp
In-memory representation of the state machine model.
rtctk::componentFramework
Definition
commandReplier.cpp:22
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:582
Generated by
1.10.0