Struct GuidPrefix_t

Struct Documentation

struct GuidPrefix_t

Structure to hold GUID information for DDS instances. http://www.eprosima.com/docs/fast-rtps/1.6.0/html/_guid_8h_source.html

Public Functions

inline GuidPrefix_t()
inline explicit GuidPrefix_t(octet guid[kSize])
inline GuidPrefix_t(const GuidPrefix_t &g)
inline GuidPrefix_t(GuidPrefix_t &&g) noexcept
inline GuidPrefix_t &operator=(const GuidPrefix_t &guidpre)
inline GuidPrefix_t &operator=(GuidPrefix_t &&guidpre) noexcept
inline bool operator==(const GuidPrefix_t &prefix) const
inline bool operator!=(const GuidPrefix_t &prefix) const

Public Members

octet value[kSize]

Public Static Attributes

static constexpr size_t kSize = 16