state_machine_cpp
plot.h
Go to the documentation of this file.
1 //
2 // Created by henri on 22/04/21.
3 //
4 
5 #ifndef STATE_MACHINE_CPP_LIB_PLOT_H
6 #define STATE_MACHINE_CPP_LIB_PLOT_H
7 
8 #include <string>
9 
10 namespace state_machine_cpp {
11  namespace Algorithm {
12  class Instance;
13  void plot(const Algorithm::Instance &t_algorithm, const std::string &t_filename, bool t_run_command = true);
14  }
15 }
16 
17 #endif //STATE_MACHINE_CPP_LIB_PLOT_H
state_machine_cpp::Algorithm::plot
void plot(const Algorithm::Instance &t_algorithm, const std::string &t_filename, bool t_run_command=true)
state_machine_cpp
Definition: algorithm.h:14