diff options
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/transport/chdr.hpp | 6 | ||||
-rw-r--r-- | host/include/uhd/transport/vrt_if_packet.hpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/host/include/uhd/transport/chdr.hpp b/host/include/uhd/transport/chdr.hpp index fa2ae074e..3c85056d7 100644 --- a/host/include/uhd/transport/chdr.hpp +++ b/host/include/uhd/transport/chdr.hpp @@ -22,9 +22,9 @@ namespace uhd{ namespace transport{ namespace vrt{ -/*! \brief CVITA/CHDR related function +/*! \brief CHDR related function * - * See \ref rtp_chdr for details on the CVITA/CHDR protocol. + * See \ref rtp_chdr for details on the CHDR protocol. * * All packers take the host format into account. Choose the _le functions * if the transport uses little endian format (e.g. PCIe) and the _be @@ -46,7 +46,7 @@ namespace uhd{ namespace transport{ namespace vrt{ */ namespace chdr{ - //! The maximum number of 64-bit words in a CVITA header + //! The maximum number of 64-bit words in a CHDR header static const size_t max_if_hdr_words64 = 2; // CHDR + tsf (fractional timestamp) /*! diff --git a/host/include/uhd/transport/vrt_if_packet.hpp b/host/include/uhd/transport/vrt_if_packet.hpp index 7d0123c42..1e0f4b2e0 100644 --- a/host/include/uhd/transport/vrt_if_packet.hpp +++ b/host/include/uhd/transport/vrt_if_packet.hpp @@ -57,7 +57,7 @@ namespace vrt{ PACKET_TYPE_IF_EXT = 0x1, PACKET_TYPE_CONTEXT = 0x2, //extension context: has_sid = true - // CVITA language: + // CHDR language: //PACKET_TYPE_DATA = 0x0, // Data PACKET_TYPE_FC = 0x1, // Flow control PACKET_TYPE_ACK = 0x1, // Flow control (ack) |