rmw_fastrtps_shared_cpp  master
Code shared on static and dynamic type support of rmw_fastrtps_cpp.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Functions
guid_utils.hpp File Reference
#include <cassert>
#include <cstddef>
#include <cstring>
#include <type_traits>
#include "fastrtps/rtps/common/Guid.h"
Include dependency graph for guid_utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  rmw_fastrtps_shared_cpp::hash_fastrtps_guid
 

Namespaces

 rmw_fastrtps_shared_cpp
 

Functions

template<typename ByteT >
void rmw_fastrtps_shared_cpp::copy_from_byte_array_to_fastrtps_guid (const ByteT *guid_byte_array, eprosima::fastrtps::rtps::GUID_t *guid)
 
template<typename ByteT >
void rmw_fastrtps_shared_cpp::copy_from_fastrtps_guid_to_byte_array (const eprosima::fastrtps::rtps::GUID_t &guid, ByteT *guid_byte_array)