|
CAEN Utility
2.0.2
Utilities for CAEN projects
|
Tools to compute the numeric result of a string. More...
#include <types/CAENExpressionEvaluatorTypes.h>#include <CAENUtility.h>#include <stdint.h>#include <stddef.h>Go to the source code of this file.
Functions | |
| void | c_ee_substituteIdxExpression (const char *expression, int32_t value, char *dest, size_t maxsize) |
| int64_t | c_ee_exprEval (const char *expression) |
| c_ee_err_t | c_ee_getErr (void) |
| const char * | c_ee_getErrPos (void) |
| int32_t | c_ee_modifyAndEvaluateExpression (const char *expression, int32_t idx, int64_t *result) |
Tools to compute the numeric result of a string.
Definition in file CAENExpressionEvaluator.h.
| void c_ee_substituteIdxExpression | ( | const char * | expression, |
| int32_t | value, | ||
| char * | dest, | ||
| size_t | maxsize | ||
| ) |
Definition at line 359 of file CAENExpressionEvaluator.c.
| int64_t c_ee_exprEval | ( | const char * | expression | ) |
Definition at line 233 of file CAENExpressionEvaluator.c.
| c_ee_err_t c_ee_getErr | ( | void | ) |
Definition at line 252 of file CAENExpressionEvaluator.c.
| const char* c_ee_getErrPos | ( | void | ) |
| int32_t c_ee_modifyAndEvaluateExpression | ( | const char * | expression, |
| int32_t | idx, | ||
| int64_t * | result | ||
| ) |