:orphan: .. index:: pair: enum; ta_reboot_state .. _doxid-rcf_8h_1a6fd4bb8367ff06e08e82ab02318526ce: enum ta_reboot_state ==================== Overview ~~~~~~~~ State of the reboot +---------- + +---------- + +---------- + \| \| (1) \| \| (2) \| \| \| IDLE \|->\| LOG_FLUSH \|->\| WAITING \|- + \| \| \| \| \| \| \| +---------- + +---------- + +---------- + \| \| +------------------------------------------------------- + \| \| +---------- + +---------- + \| (3) \| \| (4) \| \| (5) +->\| WAITING_ACK \|->\| REBOOTING \|-> goto IDLE \| \| \| \| +---------- + +---------- + (1),(2),(3),(4) - Event for switching to the next state * ``IDLE`` - The normal state of the agent * (1) - An user requested to reboot TA * ``LOG_FLUSH`` - RCF is waiting for a response (10 second) to the ``GET_LOG`` last command * (2) - RCF received an answer from the agent to the GET_LOG last command * ``WAITING`` - RCF is forming a request to reboot the TA and sending it * (3) - RCF sent a reboot request to TA * ``WAITING_ACK`` - RCF is waiting for confirmation (10 second) of receiving a reboot request from the TA * (4) - RCF received confirmation from the TA * ``REBOOTING`` - RCF is waiting for the reboot to finish using the specified timeout. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum ta_reboot_state { :ref:`TA_REBOOT_STATE_IDLE`, :ref:`TA_REBOOT_STATE_LOG_FLUSH`, :ref:`TA_REBOOT_STATE_WAITING`, :ref:`TA_REBOOT_STATE_WAITING_ACK`, :ref:`TA_REBOOT_STATE_REBOOTING`, }; .. _details-rcf_8h_1a6fd4bb8367ff06e08e82ab02318526ce: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ State of the reboot +---------- + +---------- + +---------- + \| \| (1) \| \| (2) \| \| \| IDLE \|->\| LOG_FLUSH \|->\| WAITING \|- + \| \| \| \| \| \| \| +---------- + +---------- + +---------- + \| \| +------------------------------------------------------- + \| \| +---------- + +---------- + \| (3) \| \| (4) \| \| (5) +->\| WAITING_ACK \|->\| REBOOTING \|-> goto IDLE \| \| \| \| +---------- + +---------- + (1),(2),(3),(4) - Event for switching to the next state * ``IDLE`` - The normal state of the agent * (1) - An user requested to reboot TA * ``LOG_FLUSH`` - RCF is waiting for a response (10 second) to the ``GET_LOG`` last command * (2) - RCF received an answer from the agent to the GET_LOG last command * ``WAITING`` - RCF is forming a request to reboot the TA and sending it * (3) - RCF sent a reboot request to TA * ``WAITING_ACK`` - RCF is waiting for confirmation (10 second) of receiving a reboot request from the TA * (4) - RCF received confirmation from the TA * ``REBOOTING`` - RCF is waiting for the reboot to finish using the specified timeout. If the waiting time has expired, the RCF marks the agent unrecoverable dead. Either switch to the next reboot type if it allowed * (5) - RCF is initializing the TA process In case of TA process reboot, RCF goes from state LOG_FLUSH to (5) immediately. Enum Values ----------- .. index:: pair: enumvalue; TA_REBOOT_STATE_IDLE .. _doxid-rcf_8h_1a6fd4bb8367ff06e08e82ab02318526ceaa50ec8db0ac5da9c6bee9a35574bf2a6: .. ref-code-block:: cpp :class: doxyrest-title-code-block TA_REBOOT_STATE_IDLE The normal state of the agent .. index:: pair: enumvalue; TA_REBOOT_STATE_LOG_FLUSH .. _doxid-rcf_8h_1a6fd4bb8367ff06e08e82ab02318526cead7a2247a4a76547a8abf6e569a878c04: .. ref-code-block:: cpp :class: doxyrest-title-code-block TA_REBOOT_STATE_LOG_FLUSH Waiting for the log flush command .. index:: pair: enumvalue; TA_REBOOT_STATE_WAITING .. _doxid-rcf_8h_1a6fd4bb8367ff06e08e82ab02318526cea761bc47b533c6dc149df60d4375725ce: .. ref-code-block:: cpp :class: doxyrest-title-code-block TA_REBOOT_STATE_WAITING Send a reboot request to agent and wait for confirmation of sending .. index:: pair: enumvalue; TA_REBOOT_STATE_WAITING_ACK .. _doxid-rcf_8h_1a6fd4bb8367ff06e08e82ab02318526ceafff951bc4ab01c1452b9dfb752afbf72: .. ref-code-block:: cpp :class: doxyrest-title-code-block TA_REBOOT_STATE_WAITING_ACK Wait for a response from the agent to the reboot command .. index:: pair: enumvalue; TA_REBOOT_STATE_REBOOTING .. _doxid-rcf_8h_1a6fd4bb8367ff06e08e82ab02318526ceae76125b4680640ffc1f2555a06c9fa72: .. ref-code-block:: cpp :class: doxyrest-title-code-block TA_REBOOT_STATE_REBOOTING Waiting for the end of the reboot