enum te_conf_obj_compare_result

Overview

Constants to explain result of the comparison More…

#include <conf_object.h>

enum te_conf_obj_compare_result {
    TE_CONF_OBJ_COMPARE_EQUAL,
    TE_CONF_OBJ_COMPARE_CONTAINS,
    TE_CONF_OBJ_COMPARE_DIFFERENT,
    TE_CONF_OBJ_COMPARE_ERROR,
};

Detailed Documentation

Constants to explain result of the comparison

Enum Values

TE_CONF_OBJ_COMPARE_EQUAL

Values are equal

TE_CONF_OBJ_COMPARE_CONTAINS

First argument contains a second

TE_CONF_OBJ_COMPARE_DIFFERENT

Values are not equal

TE_CONF_OBJ_COMPARE_ERROR

Failed comparison