struct te_conf_obj_methods

Overview

Methods for interaction with configurator objects of a specific type More…

#include <conf_object.h>

struct te_conf_obj_methods {
    // fields

    te_conf_obj_func_to_str to_str;
    te_conf_obj_func_from_str from_str;
    te_conf_obj_func_compare compare;
};

Detailed Documentation

Methods for interaction with configurator objects of a specific type

Fields

te_conf_obj_func_to_str to_str

Transform to string

te_conf_obj_func_from_str from_str

Transform from string

te_conf_obj_func_compare compare

Compare two structures