Function plansys2::get_action_params

Function Documentation

std::vector<std::string> plansys2::get_action_params(const std::string &action_expr)

Parse the action parameter names from an input string.

The input string can have either of the following formats. “(<name> <param_1> … <param_n>)” “(<name> <param_1> … <param_n>):<time>”

Parameters

input[in] The input string.

Returns

A list of the action parameter names.