:orphan: .. index:: pair: struct; serial_event_t .. _doxid-structserial__event__t: struct serial_event_t ===================== .. toctree:: :hidden: Overview ~~~~~~~~ List of the parser events :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct serial_event_t { // fields char :ref:`name`[TE_SERIAL_MAX_NAME+1]; char :ref:`t_name`[TE_SERIAL_MAX_NAME+1]; int :ref:`count`; bool :ref:`status`; serial_pattern_h_t :ref:`patterns`; // methods :ref:`SLIST_ENTRY`(serial_event_t); }; .. _details-structserial__event__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ List of the parser events Fields ------ .. index:: pair: variable; name .. _doxid-structserial__event__t_1a9cd3c1e98a4460ab06baabdc0e53260f: .. ref-code-block:: cpp :class: doxyrest-title-code-block char name[TE_SERIAL_MAX_NAME+1] Name of the event .. index:: pair: variable; t_name .. _doxid-structserial__event__t_1a8b818c88cccffb6f2a655b3759bf8252: .. ref-code-block:: cpp :class: doxyrest-title-code-block char t_name[TE_SERIAL_MAX_NAME+1] Tester name of the event .. index:: pair: variable; count .. _doxid-structserial__event__t_1a2b7413acec7c83db5486f5205879d12b: .. ref-code-block:: cpp :class: doxyrest-title-code-block int count Event counter .. index:: pair: variable; status .. _doxid-structserial__event__t_1a989017144a87ee8d54056edb053bd32e: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool status Status of the event .. index:: pair: variable; patterns .. _doxid-structserial__event__t_1a3c17eb87da794bd500613e733a5dfc89: .. ref-code-block:: cpp :class: doxyrest-title-code-block serial_pattern_h_t patterns Head of pattern list Methods ------- .. index:: pair: function; SLIST_ENTRY .. _doxid-structserial__event__t_1a4d77da7993c703d1f873eadbe55b27c0: .. ref-code-block:: cpp :class: doxyrest-title-code-block SLIST_ENTRY(serial_event_t) Elements connector