|
Goby3 3.4.0
2026.04.13
|
#include <goby/middleware/transport/identifier.h>
Public Attributes | |
| std::string | group |
| int | scheme |
| std::string | type_name |
| int | process_id |
| std::size_t | thread_id |
Definition at line 50 of file identifier.h.
| std::string goby::middleware::InterProcessIdentity::group |
Definition at line 52 of file identifier.h.
| int goby::middleware::InterProcessIdentity::process_id |
Definition at line 55 of file identifier.h.
| int goby::middleware::InterProcessIdentity::scheme |
Definition at line 53 of file identifier.h.
| std::size_t goby::middleware::InterProcessIdentity::thread_id |
Definition at line 56 of file identifier.h.
| std::string goby::middleware::InterProcessIdentity::type_name |
Definition at line 54 of file identifier.h.