CAEN Utility  2.0.2
Utilities for CAEN projects
CAENExpressionEvaluatorTypes.h File Reference

Definitions and types for CAENExpressionEvaluator.h. More...

This graph shows which files directly or indirectly include this file:

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 }
 

Detailed Description

Definitions and types for CAENExpressionEvaluator.h.

Author

Definition in file CAENExpressionEvaluatorTypes.h.

Enumeration Type Documentation

◆ c_ee_err_t

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.