Goby3 3.4.0
2026.04.13
Loading...
Searching...
No Matches
identifier.h File Reference
#include <algorithm>
#include <string>
#include <thread>
#include <unistd.h>
#include <unordered_map>
#include <vector>
#include "goby/middleware/group.h"
#include "goby/middleware/marshalling/interface.h"
#include "goby/middleware/transport/serialization_handlers.h"

Go to the source code of this file.

Classes

struct  goby::middleware::InterProcessIdentity
 
class  goby::middleware::InterProcessIdentifierManager
 

Namespaces

namespace  goby
 The global namespace for the Goby project.
 
namespace  goby::middleware
 Objects implementing the Goby nested middleware.
 

Enumerations

enum class  goby::middleware::IdentifierWildcard { goby::middleware::NO_WILDCARDS , goby::middleware::THREAD_WILDCARD , goby::middleware::PROCESS_THREAD_WILDCARD }
 

Functions

std::string goby::middleware::identifier_part_to_string (int i)
 
std::string goby::middleware::identifier_part_to_string (std::thread::id i)