:orphan: .. index:: pair: struct; tarpc_pattern_sender_in .. _doxid-structtarpc__pattern__sender__in: struct tarpc_pattern_sender_in ============================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_pattern_sender_in { // fields struct :ref:`tarpc_in_arg` :target:`common`; tarpc_int :ref:`s`; char :ref:`fname`; char :ref:`swrapper`; tarpc_ptr :ref:`swrapper_data`; :ref:`iomux_func` :ref:`iomux`; uint32_t :ref:`size_min`; uint32_t :ref:`size_max`; tarpc_bool :ref:`size_rnd_once`; uint32_t :ref:`delay_min`; uint32_t :ref:`delay_max`; tarpc_bool :ref:`delay_rnd_once`; uint32_t :ref:`time2run`; uint32_t :ref:`time2wait`; uint64_t :ref:`total_size`; tarpc_bool :ref:`ignore_err`; char :ref:`pollerr_handler`; tarpc_ptr :ref:`pollerr_handler_data`; :ref:`tarpc_pat_gen_arg` :ref:`gen_arg`; }; .. _details-structtarpc__pattern__sender__in: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; s .. _doxid-structtarpc__pattern__sender__in_1a4260545eafb8513cd9b5761389dec629: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_int s Socket to be used .. index:: pair: variable; fname .. _doxid-structtarpc__pattern__sender__in_1a7696b9866bf0211808a8ff8e59298039: .. ref-code-block:: cpp :class: doxyrest-title-code-block char fname Name of function generating a pattern .. index:: pair: variable; swrapper .. _doxid-structtarpc__pattern__sender__in_1a97c1ef0d7c989cf6a32c7d74a7dddf6e: .. ref-code-block:: cpp :class: doxyrest-title-code-block char swrapper Send function wrapper (may be empty) .. index:: pair: variable; swrapper_data .. _doxid-structtarpc__pattern__sender__in_1af4b3df4046e541aa9392f1a54681279b: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_ptr swrapper_data Data which should be passed to send function wrapper .. index:: pair: variable; iomux .. _doxid-structtarpc__pattern__sender__in_1a86619a1a2e4b1bc73a5bf7f4b51be0b7: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`iomux_func` iomux Iomux function to be used .. index:: pair: variable; size_min .. _doxid-structtarpc__pattern__sender__in_1aa62b19a6c64f5705df88eb8063b55480: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t size_min Minimum size of the message .. index:: pair: variable; size_max .. _doxid-structtarpc__pattern__sender__in_1a08cb89c0e42063403157180e39ec6fb6: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t size_max Maximum size of the message .. index:: pair: variable; size_rnd_once .. _doxid-structtarpc__pattern__sender__in_1a62d5453102c4dd065eeba98f58c68127: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_bool size_rnd_once If true, random size should be calculated only once and used for all messages; if false, random size is calculated for each message .. index:: pair: variable; delay_min .. _doxid-structtarpc__pattern__sender__in_1adbe0b1b444299693850c748174c5edd0: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t delay_min Minimum delay between messages in microseconds .. index:: pair: variable; delay_max .. _doxid-structtarpc__pattern__sender__in_1ac3ecc63e458c163354014b9a6d9d3412: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t delay_max Maximum delay between messages in microseconds .. index:: pair: variable; delay_rnd_once .. _doxid-structtarpc__pattern__sender__in_1a1312da561f2dd27dae7b197134158488: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_bool delay_rnd_once If true, random delay should be calculated only once and used for all messages; if false, random delay is calculated for each message .. index:: pair: variable; time2run .. _doxid-structtarpc__pattern__sender__in_1a3bce74562f22989f3f1abcd6f1fd4505: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t time2run How long to run (in seconds; the function can finish earlier if **time2wait** is positive) .. index:: pair: variable; time2wait .. _doxid-structtarpc__pattern__sender__in_1a5d1f61d5d74feff593b1c770eadc5086: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t time2wait Maximum time to wait for writability before stopping sending (in milliseconds; if ``0``, the function will wait until **time2run** expires) .. index:: pair: variable; total_size .. _doxid-structtarpc__pattern__sender__in_1a4332906148dd08678bd9fe5dcabaa490: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint64_t total_size How many bytes to send (ignored if ``0``) .. index:: pair: variable; ignore_err .. _doxid-structtarpc__pattern__sender__in_1a90af00249912f866f314cb1684fa2ca3: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_bool ignore_err Ignore errors while run .. index:: pair: variable; pollerr_handler .. _doxid-structtarpc__pattern__sender__in_1a02ac407ec1d8fcd949de393af922330d: .. ref-code-block:: cpp :class: doxyrest-title-code-block char pollerr_handler Handler to call if ``POLLERR`` event is got (optional; if not set, receiving ``POLLERR`` instead of ``POLLOUT`` will result in error) .. index:: pair: variable; pollerr_handler_data .. _doxid-structtarpc__pattern__sender__in_1a5105aeefc140f722d2c48d11acf57455: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_ptr pollerr_handler_data Data to pass to ``POLLERR`` handler .. index:: pair: variable; gen_arg .. _doxid-structtarpc__pattern__sender__in_1a9564b95d7637c1f32df8b3433e686a6e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_pat_gen_arg` gen_arg Pattern generator function arguments