Function plansys2::get_action_time
Defined in File Utils.hpp
Function Documentation
-
int plansys2::get_action_time(const std::string &input)
Parse the action time from an input string.
- Parameters:
input – [in] The input string. It can have one of these formats: “(<name> <param_1> … <param_n>)” “(<name> <param_1> … <param_n>):<time>”
- Returns:
int The action start time.