:orphan: .. index:: pair: struct; rpc_scm_timestamping .. _doxid-structrpc__scm__timestamping: struct rpc_scm_timestamping =========================== .. toctree:: :hidden: Overview ~~~~~~~~ Packet transmission timestamps :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct rpc_scm_timestamping { // fields struct timespec :ref:`systime`; struct timespec :ref:`hwtimetrans`; struct timespec :ref:`hwtimeraw`; }; .. _details-structrpc__scm__timestamping: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Packet transmission timestamps Fields ------ .. index:: pair: variable; systime .. _doxid-structrpc__scm__timestamping_1aa714907c3a36407a9b7c9a0a4c662a51: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct timespec systime Software timestamp. .. index:: pair: variable; hwtimetrans .. _doxid-structrpc__scm__timestamping_1a4f718143a81d0443e26836c83fbdc442: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct timespec hwtimetrans HW timestamp transformed to system time. .. index:: pair: variable; hwtimeraw .. _doxid-structrpc__scm__timestamping_1a7d3d568df9d74eedde27af4b62f1759e: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct timespec hwtimeraw Original HW timestamp.