:orphan:

.. index:: pair: enum; rcf_execute_mode
.. _doxid-rcf__common_8h_1a53e7f508077a420641756a1a2495f658:

enum rcf_execute_mode
=====================

Overview
~~~~~~~~

The ways a function may be called on TA :ref:`More...<details-rcf__common_8h_1a53e7f508077a420641756a1a2495f658>`

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

	#include <rcf_common.h>

	enum rcf_execute_mode {
	    :ref:`RCF_FUNC<doxid-rcf__common_8h_1a53e7f508077a420641756a1a2495f658a7d1de3e34db5712659e08ebdb79d9711>`    = 1,
	    :ref:`RCF_THREAD<doxid-rcf__common_8h_1a53e7f508077a420641756a1a2495f658aebbccf2b14be6c2065db90a57b552a16>`,
	    :ref:`RCF_PROCESS<doxid-rcf__common_8h_1a53e7f508077a420641756a1a2495f658a8b73ac057bac817b7fd21fcc8b0e113a>`,
	};

.. _details-rcf__common_8h_1a53e7f508077a420641756a1a2495f658:

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

The ways a function may be called on TA

Enum Values
-----------

.. index:: pair: enumvalue; RCF_FUNC
.. _doxid-rcf__common_8h_1a53e7f508077a420641756a1a2495f658a7d1de3e34db5712659e08ebdb79d9711:

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

	RCF_FUNC

Execute a function in the same context

.. index:: pair: enumvalue; RCF_THREAD
.. _doxid-rcf__common_8h_1a53e7f508077a420641756a1a2495f658aebbccf2b14be6c2065db90a57b552a16:

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

	RCF_THREAD

Execute a function in the TA thread

.. index:: pair: enumvalue; RCF_PROCESS
.. _doxid-rcf__common_8h_1a53e7f508077a420641756a1a2495f658a8b73ac057bac817b7fd21fcc8b0e113a:

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

	RCF_PROCESS

Execute a function in the separate process