:orphan: .. index:: pair: struct; rpc_onload_scm_timestamping_stream .. _doxid-structrpc__onload__scm__timestamping__stream: struct rpc_onload_scm_timestamping_stream ========================================= .. toctree:: :hidden: Overview ~~~~~~~~ Onload specific structure for TX HW timestamps. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct rpc_onload_scm_timestamping_stream { // fields struct timespec :ref:`first_sent`; struct timespec :ref:`last_sent`; size_t :ref:`len`; }; .. _details-structrpc__onload__scm__timestamping__stream: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Onload specific structure for TX HW timestamps. Fields ------ .. index:: pair: variable; first_sent .. _doxid-structrpc__onload__scm__timestamping__stream_1a0af00eb439b65784991aab1966c695b0: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct timespec first_sent Time segment was first sent. .. index:: pair: variable; last_sent .. _doxid-structrpc__onload__scm__timestamping__stream_1a929437e2524247c24692800bff6b5eda: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct timespec last_sent Time segment was last sent. .. index:: pair: variable; len .. _doxid-structrpc__onload__scm__timestamping__stream_1a2b9ef446e8c2064dc2ae26ee11f7d8e2: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t len Number of bytes of message payload.