:orphan: .. index:: pair: group; Solarflare PTP daemon configuration .. _doxid-group__tapi__conf__sfptpd: Solarflare PTP daemon configuration =================================== .. toctree:: :hidden: Overview ~~~~~~~~ Definition of API to manage sfptpd daemon. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // global functions static void :ref:`tapi_sfptpd_enable`(const char* ta); static void :ref:`tapi_sfptpd_disable`(const char* ta); static bool :ref:`tapi_sfptpd_status`(const char* ta); .. _details-group__tapi__conf__sfptpd: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Definition of API to manage sfptpd daemon. Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved. Global Functions ---------------- .. index:: pair: function; tapi_sfptpd_enable .. _doxid-group__tapi__conf__sfptpd_1gaa92d2503ed111eab55d0f524528154a5: .. ref-code-block:: cpp :class: doxyrest-title-code-block static void tapi_sfptpd_enable(const char* ta) Start sfptpd daemon. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name .. index:: pair: function; tapi_sfptpd_disable .. _doxid-group__tapi__conf__sfptpd_1gadbc1f337811edf7644c450d8c0cb8ce4: .. ref-code-block:: cpp :class: doxyrest-title-code-block static void tapi_sfptpd_disable(const char* ta) Stop sfptpd daemon. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name .. index:: pair: function; tapi_sfptpd_status .. _doxid-group__tapi__conf__sfptpd_1ga428113307cd9fa462e19287ad495dd1a: .. ref-code-block:: cpp :class: doxyrest-title-code-block static bool tapi_sfptpd_status(const char* ta) sfptpd daemon status. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name .. rubric:: Returns: ``true`` if daemon is enabled