struct te_conf_obj

Overview

Context for an interaction with a field of a complex object More…

#include <conf_object.h>

struct te_conf_obj {
    // fields

    const char* name;
    const size_t offset;
    const uint32_t flag;
    const void* options;
    te_conf_obj_methods* methods;
};

Detailed Documentation

Context for an interaction with a field of a complex object

Fields

const char* name

Field name

const size_t offset

Offset from a base address in structure

const uint32_t flag

Flag corresponding to a specified field

const void* options

User options

te_conf_obj_methods* methods

Object methods