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