:orphan: .. index:: pair: enum; tad_traffic_op_t .. _doxid-tad__types_8h_1a0f4eee60ead56988ac6d91c26038da2d: enum tad_traffic_op_t ===================== Overview ~~~~~~~~ Constants for last unprocessed traffic command to the CSAP :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum tad_traffic_op_t { :ref:`TAD_OP_IDLE`, :ref:`TAD_OP_SEND`, :ref:`TAD_OP_SEND_RECV`, :ref:`TAD_OP_RECV`, :ref:`TAD_OP_GET`, :ref:`TAD_OP_WAIT`, :ref:`TAD_OP_STOP`, :ref:`TAD_OP_DESTROY`, :ref:`TAD_OP_SEND_DONE`, :ref:`TAD_OP_RECV_DONE`, }; .. _details-tad__types_8h_1a0f4eee60ead56988ac6d91c26038da2d: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Constants for last unprocessed traffic command to the CSAP Enum Values ----------- .. index:: pair: enumvalue; TAD_OP_IDLE .. _doxid-tad__types_8h_1a0f4eee60ead56988ac6d91c26038da2da109a81e4c8fc6d2a4fa5eabbca46d172: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAD_OP_IDLE no traffic operation, waiting for command .. index:: pair: enumvalue; TAD_OP_SEND .. _doxid-tad__types_8h_1a0f4eee60ead56988ac6d91c26038da2da9fb6bf12e800e0d6f241ae84774b7a80: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAD_OP_SEND trsend_start .. index:: pair: enumvalue; TAD_OP_SEND_RECV .. _doxid-tad__types_8h_1a0f4eee60ead56988ac6d91c26038da2daae811197e8a7b1a9d82cb3652396dc8a: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAD_OP_SEND_RECV trsend_recv .. index:: pair: enumvalue; TAD_OP_RECV .. _doxid-tad__types_8h_1a0f4eee60ead56988ac6d91c26038da2daa578c700ba46bf67e4ed14575fe57551: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAD_OP_RECV trrecv_start .. index:: pair: enumvalue; TAD_OP_GET .. _doxid-tad__types_8h_1a0f4eee60ead56988ac6d91c26038da2dab4daf85ca44cc74a127f75455ea026c9: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAD_OP_GET trrecv_get .. index:: pair: enumvalue; TAD_OP_WAIT .. _doxid-tad__types_8h_1a0f4eee60ead56988ac6d91c26038da2daea028fe3804e3df5bbb6c53f6f490690: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAD_OP_WAIT trrecv_wait .. index:: pair: enumvalue; TAD_OP_STOP .. _doxid-tad__types_8h_1a0f4eee60ead56988ac6d91c26038da2da33fbc130fe268bdc51746f4e8ca80b43: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAD_OP_STOP tr{send\|recv}_stop .. index:: pair: enumvalue; TAD_OP_DESTROY .. _doxid-tad__types_8h_1a0f4eee60ead56988ac6d91c26038da2daf8275e3f6343ba2d085cb36a20efc5c5: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAD_OP_DESTROY csap_destroy .. index:: pair: enumvalue; TAD_OP_SEND_DONE .. _doxid-tad__types_8h_1a0f4eee60ead56988ac6d91c26038da2da7f78344e2717275510c0937c782b153f: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAD_OP_SEND_DONE internal command to nofity that send processing has been finished .. index:: pair: enumvalue; TAD_OP_RECV_DONE .. _doxid-tad__types_8h_1a0f4eee60ead56988ac6d91c26038da2dae86beb8b2ac00693e4bef3e0f1aab795: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAD_OP_RECV_DONE internal command to nofity that receive processing has been finished