|
Goby3 3.3.0
2025.07.10
|
#include <fstream>#include <sstream>#include <sys/syscall.h>#include <thread>#include <unistd.h>#include <boost/algorithm/string.hpp>#include "goby/exception.h"#include "goby/middleware/protobuf/layer.pb.h"Go to the source code of this file.
Namespaces | |
| namespace | goby |
| The global namespace for the Goby project. | |
| namespace | goby::middleware |
| Objects implementing the Goby nested middleware. | |
Functions | |
| std::string | goby::middleware::to_string (goby::middleware::protobuf::Layer layer) |
| std::string | goby::middleware::thread_id (std::thread::id i=std::this_thread::get_id()) |
| std::string | goby::middleware::hostname () |
| std::string | goby::middleware::full_process_id () |
| std::string | goby::middleware::full_process_and_thread_id (std::thread::id i=std::this_thread::get_id()) |