RTC Toolkit  2.0.0
modelExport.hpp
Go to the documentation of this file.
1 
12 #ifndef RTCTK_COMPONENTFRAMEWORK_MODELEXPORT_HPP
13 #define RTCTK_COMPONENTFRAMEWORK_MODELEXPORT_HPP
14 
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