Function plansys2::get_action_expression

Function Documentation

std::string plansys2::get_action_expression(const std::string &input)

Parse the action expression 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:

std::string The action expression.