helper struct which is convertable to string and constructable from a string which is required to send the createNode request over the IPC channel
More...
#include <node_property.hpp>
|
iox::NodeName_t | m_name |
|
uint64_t | m_nodeDeviceIdentifier |
|
helper struct which is convertable to string and constructable from a string which is required to send the createNode request over the IPC channel
◆ NodeProperty() [1/2]
iox::runtime::NodeProperty::NodeProperty |
( |
const iox::NodeName_t & |
name, |
|
|
const uint64_t |
nodeDeviceIdentifier |
|
) |
| |
|
noexcept |
constructor
- Parameters
-
[in] | name | name of the node |
[in] | nodeDeviceIdentifier | identifier of the device on which the node will run |
◆ NodeProperty() [2/2]
iox::runtime::NodeProperty::NodeProperty |
( |
const cxx::Serialization & |
serialized | ) |
|
|
noexcept |
serialization constructor, used by the IPC channel message to create NodeProperty from a received message
- Parameters
-
[in] | serialized | raw serialized string where all the values are stored |
The documentation for this struct was generated from the following file: