:orphan: .. index:: pair: struct; tapi_parser_id .. _doxid-structtapi__parser__id: struct tapi_parser_id ===================== .. toctree:: :hidden: Overview ~~~~~~~~ Structure describes the parser identificator :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_parser_id { // fields char* :ref:`ta`; char* :ref:`name`; char* :ref:`c_name`; char* :ref:`user`; int :ref:`port`; int :ref:`interval`; }; .. _details-structtapi__parser__id: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure describes the parser identificator Fields ------ .. index:: pair: variable; ta .. _doxid-structtapi__parser__id_1a733c0364509b9fb9fd78037e8dfbbafe: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* ta Test agent name .. index:: pair: variable; name .. _doxid-structtapi__parser__id_1aa7127d27a1491da02f800b794ba15ad4: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name The parser name .. index:: pair: variable; c_name .. _doxid-structtapi__parser__id_1a4a3fa97960617e6547799dcaa0a817af: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* c_name Serial console name .. index:: pair: variable; user .. _doxid-structtapi__parser__id_1a52469b4c7073d9e00498e38eb8944971: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* user A user name for the conserver or NULL. In case if NULL is used, default value 'tester' will be assigned. .. index:: pair: variable; port .. _doxid-structtapi__parser__id_1aeb5225170ac8af56843d6b44cbe4045c: .. ref-code-block:: cpp :class: doxyrest-title-code-block int port Port of the conserver .. index:: pair: variable; interval .. _doxid-structtapi__parser__id_1ac70ee0d9843deb610a555937f70d528d: .. ref-code-block:: cpp :class: doxyrest-title-code-block int interval Interval to poll data from the conserver. Use -1 for default value.