///////////////////////////////////////////////////////////////////////////////////////////////////
// enum eMeasureError
[helpstring("Measurement error types.")]
typedef enum eMeasureError
{
[helpstring("Measurement error set by user")]
eMeasUserDefError,
[helpstring("Homoscedastic (constant) error")]
eMeasConstantError,
[helpstring("Heteroscedastic (variable) error")]
eMeasVariableError
} eMeasureError;