<<extension>> Represents the vendor of the service implementing the RTPS protocol.
More...
#include <rti/core/VendorId.hpp>
Public Member Functions |
| | VendorId () |
| | Creates the unknown() vendor id.
|
| |
| std::vector< uint8_t > | value () const |
| | Provides access to the bytes that represent the vendor id.
|
| |
Static Public Member Functions |
| static VendorId | unknown () |
| | The ID that indicates that the vendor is unknown.
|
| |
Detailed Description
<<extension>> Represents the vendor of the service implementing the RTPS protocol.
Constructor & Destructor Documentation
| rti::core::VendorId::VendorId |
( |
| ) |
|
|
inline |
Member Function Documentation
| std::vector<uint8_t> rti::core::VendorId::value |
( |
| ) |
const |
|
inline |
Provides access to the bytes that represent the vendor id.
| static VendorId rti::core::VendorId::unknown |
( |
| ) |
|
|
inlinestatic |
The ID that indicates that the vendor is unknown.