:orphan:

.. index:: pair: group; Synchronization configuration tree with Test Agent
.. _doxid-group__confapi__base__sync:

Synchronization configuration tree with Test Agent
==================================================

.. toctree::
	:hidden:

Overview
~~~~~~~~




.. ref-code-block:: cpp
	:class: doxyrest-overview-code-block

	
	// global functions

	:ref:`te_errno<doxid-te__errno_8h_1ac9fc14f28b70f4785037c1df70ebc2a5>` :ref:`cfg_synchronize<doxid-group__confapi__base__sync_1ga5634a6c78a078ce3dd839afddc532418>`(const char* oid, bool subtree);
	:ref:`te_errno<doxid-te__errno_8h_1ac9fc14f28b70f4785037c1df70ebc2a5>` :ref:`cfg_synchronize_fmt<doxid-group__confapi__base__sync_1ga353e4f44de81fa19463c36a3e7399f43>`(bool subtree, const char* oid_fmt, ...);

.. _details-group__confapi__base__sync:

Detailed Documentation
~~~~~~~~~~~~~~~~~~~~~~



Global Functions
----------------

.. index:: pair: function; cfg_synchronize
.. _doxid-group__confapi__base__sync_1ga5634a6c78a078ce3dd839afddc532418:

.. ref-code-block:: cpp
	:class: doxyrest-title-code-block

	:ref:`te_errno<doxid-te__errno_8h_1ac9fc14f28b70f4785037c1df70ebc2a5>` cfg_synchronize(const char* oid, bool subtree)

Synchronize Configurator database with managed objects.



.. rubric:: Parameters:

.. list-table::
	:widths: 20 80

	*
		- oid

		- identifier of the object instance or subtree

	*
		- subtree

		- 1 if the subtree of the specified node should be synchronized



.. rubric:: Returns:

Status code (see ``te_errno.h``)

.. index:: pair: function; cfg_synchronize_fmt
.. _doxid-group__confapi__base__sync_1ga353e4f44de81fa19463c36a3e7399f43:

.. ref-code-block:: cpp
	:class: doxyrest-title-code-block

	:ref:`te_errno<doxid-te__errno_8h_1ac9fc14f28b70f4785037c1df70ebc2a5>` cfg_synchronize_fmt(bool subtree, const char* oid_fmt, ...)

The same function as cfg_synchronize, but OID may be format string