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