RTC Toolkit 4.0.1
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, std::string const& 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, std::string const &format)
Export the in-memory state machine model in various formats.
Definition: modelExport.cpp:582