|
CAEN Utility
2.0.2
Utilities for CAEN projects
|
Definitions and types for CAENExpressionEvaluator.h. More...
Go to the source code of this file.
Enumerations | |
| enum | c_ee_err_t { EEE_NO_ERROR = 0, EEE_PARENTHESIS = 1, EEE_WRONG_CHAR = 2, EEE_DIVIDE_BY_ZERO = 3 } |
Definitions and types for CAENExpressionEvaluator.h.
Definition in file CAENExpressionEvaluatorTypes.h.
| enum c_ee_err_t |
| Enumerator | |
|---|---|
| EEE_NO_ERROR | |
| EEE_PARENTHESIS | |
| EEE_WRONG_CHAR | |
| EEE_DIVIDE_BY_ZERO | |
Definition at line 44 of file CAENExpressionEvaluatorTypes.h.