MathParserTypes.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef MATH_PARSER_TYPES_H_INCLUDED_
4 #define MATH_PARSER_TYPES_H_INCLUDED_
5 
6 //Error messages
7 
8 static const char
9  eBrackets [] = "#Brackets do not match!",
10  eSyntax [] = "#Syntax error!",
11  eInternal [] = "#Internal error!",
12  eExtraOp [] = "#Extra operation!",
13  eInfinity [] = "#Infinity somewhere!",
14  eInvArg [] = "#Invalid argument!",
15  eUnknFunc [] = "# %.*s - Unknown function/variable!", // if you change the format string, you must check also the sprintf below
16  eExtrnFunc[] = "#External function error!",
17  eLogicErr [] = "#Logical expression error!",
18  eCalcErr [] = "#Calculation error!",
19  eUnexpEnd [] = "#Unexpected end of script!",
20  eExpVarRet[] = "#Variable name or return expected!",
21  eExpAssign[] = "#Assignment expected!",
22  eValSizErr[] = "#Value too big for operation!",
23  eInvPrmCnt[] = "#Invalid parameters count for function call!",
24  eInvForm[] = "#Invalid formula";
25 
26 #endif // MATH_PARSER_TYPES_H_INCLUDED_
static const char eInfinity[]
static const char eInvPrmCnt[]
static const char eInvForm[]
static const char eExtrnFunc[]
static const char eUnexpEnd[]
static const char eInternal[]
static const char eLogicErr[]
static const char eInvArg[]
static const char eExtraOp[]
static const char eExpVarRet[]
static const char eUnknFunc[]
static const char eSyntax[]
static const char eBrackets[]
static const char eCalcErr[]
static const char eExpAssign[]
static const char eValSizErr[]


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 19:10:54