|
Goby3 3.3.0
2025.07.10
|
#include <atomic>#include <chrono>#include <memory>#include <mutex>#include <typeindex>#include <boost/units/systems/si.hpp>#include "goby/exception.h"#include "goby/middleware/marshalling/interface.h"#include "goby/middleware/protobuf/coroner.pb.h"#include "goby/middleware/common.h"#include "goby/middleware/group.h"#include "goby/time/simulation.h"Go to the source code of this file.
Classes | |
| struct | goby::middleware::ThreadIdentifier |
| class | goby::middleware::Thread< Config, TransporterType > |
| Represents a thread of execution within the Goby middleware, interleaving periodic events (loop()) with asynchronous receipt of data. Most user code should inherit from SimpleThread, not from Thread directly. More... | |
Namespaces | |
| namespace | goby |
| The global namespace for the Goby project. | |
| namespace | goby::middleware |
| Objects implementing the Goby nested middleware. | |