19#ifndef FASTDDS_RTPS_COMMON__VENDORID_T_HPP
20#define FASTDDS_RTPS_COMMON__VENDORID_T_HPP
49inline std::ostream& operator <<(
53 output <<
"0x" << std::hex << std::setfill('0') << std::setw(2) << static_cast<int>(vendor_id[0]) <<
" 0x" <<
54 std::hex << std::setfill('0') << std::setw(2) << static_cast<int>(vendor_id[1]);
const VendorId_t c_VendorId_opendds
Definition VendorId_t.hpp:37
const VendorId_t c_VendorId_Unknown
Definition VendorId_t.hpp:34
const VendorId_t c_VendorId_rti_connext
Definition VendorId_t.hpp:36
const VendorId_t c_VendorId_eProsima
Definition VendorId_t.hpp:35
eprosima::fastdds::rtps::VendorId_t VendorId_t
Structure VendorId_t, specifying the vendor Id of the implementation.
Definition Types.hpp:163