iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
unique_node_id.hpp File Reference
#include "iox2/iceoryx2.h"
#include "iox2/service_type.hpp"
#include <cstdint>
#include <ctime>
#include <iostream>

Go to the source code of this file.

Classes

class  iox2::UniqueNodeId
 The system-wide unique id of a [Node]. More...
 

Namespaces

namespace  iox2
 
namespace  iox2::internal
 

Functions

template<ServiceType T>
auto iox2::internal::list_callback (iox2_node_state_e node_state, iox2_unique_node_id_ptr node_id_ptr, const char *executable, iox2_node_name_ptr node_name, iox2_config_ptr config, iox2_callback_context context) -> iox2_callback_progression_e
 
auto iox2::operator<< (std::ostream &stream, const UniqueNodeId &node) -> std::ostream &
 
auto iox2::operator== (const UniqueNodeId &lhs, const UniqueNodeId &rhs) -> bool
 
auto iox2::operator!= (const UniqueNodeId &lhs, const UniqueNodeId &rhs) -> bool