RTC Toolkit
2.0.0
componentFramework
rtcComponent
lib
src
include
rtctk
componentFramework
modelExport.hpp
Go to the documentation of this file.
1
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, std::string
const
& format);
30
31
}
// namespace rtctk::componentFramework
32
#endif
model.hpp
In-memory representation of the state machine model.
rtctk::componentFramework
Definition:
commandReplier.cpp:20
rtctk::componentFramework::Export
std::stringstream Export(StateMachine &sm, std::string const &format)
Export the in-memory state machine model in various formats.
Definition:
modelExport.cpp:536
Generated by
1.8.20