16 #ifndef IOX_POSH_RUNTIME_NODE_PROPERTY_HPP
17 #define IOX_POSH_RUNTIME_NODE_PROPERTY_HPP
19 #include "iceoryx_posh/iceoryx_posh_types.hpp"
20 #include "iceoryx_utils/cxx/serialization.hpp"
33 NodeProperty(
const iox::NodeName_t& name,
const uint64_t nodeDeviceIdentifier) noexcept;
41 operator cxx::Serialization() const noexcept;
43 iox::NodeName_t m_name;
44 uint64_t m_nodeDeviceIdentifier;
Definition: service_description.hpp:29
helper struct which is convertable to string and constructable from a string which is required to sen...
Definition: node_property.hpp:29
NodeProperty(const cxx::Serialization &serialized) noexcept
serialization constructor, used by the IPC channel message to create NodeProperty from a received mes...
NodeProperty(const iox::NodeName_t &name, const uint64_t nodeDeviceIdentifier) noexcept
constructor