:orphan: .. index:: pair: struct; cfg_obj_descr .. _doxid-structcfg__obj__descr: struct cfg_obj_descr ==================== .. toctree:: :hidden: Overview ~~~~~~~~ Object properties description :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct cfg_obj_descr { // fields :ref:`cfg_val_type` :ref:`type`; uint8_t :ref:`access`; char* :ref:`def_val`; }; .. _details-structcfg__obj__descr: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Object properties description Fields ------ .. index:: pair: variable; type .. _doxid-structcfg__obj__descr_1aa543fa1a545fce5dd852b8d0567b1bcd: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`cfg_val_type` type Type of the object instance value .. index:: pair: variable; access .. _doxid-structcfg__obj__descr_1a42ff815e9851e9a91636945e8a9b5f44: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t access Access rights .. index:: pair: variable; def_val .. _doxid-structcfg__obj__descr_1a3374d281d5ef7ead9b3794931a40722e: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* def_val Default value string or NULL