simplify arguments for cpp tool
Instead of passing a lot of arguments, that are never modified during execution, just fill a struct with constants and pass that struct instead.
Instead of passing a lot of arguments, that are never modified during execution, just fill a struct with constants and pass that struct instead.