19#define _USE_MATH_DEFINES
44#ifndef COMMANDHANDLER_HPP
45#define COMMANDHANDLER_HPP
bool extractFirstParameterStringValue(const std::string &sCmd, std::string &sArgument)
This function returns the string argument for a single parameter in the command line.
std::string evaluateParameterValues(const std::string &sCmd)
This function evaluates a passed parameter string, so that the values of the parameters are only valu...
CommandReturnValues commandHandler(std::string &sCmd)
This function is the main command handling function.
bool parseCmdArg(const std::string &sCmd, size_t nPos, mu::Parser &_parser, size_t &nArgument)
This function finds the numerical argument to the selected command line parameter and evaluates it.
@ COMMAND_HAS_RETURNVALUE
const std::string sVersion
Mathematical expressions parser.
Definition of the standard floating point parser.