Goby3 3.2.3
2025.05.13
|
Go to the source code of this file.
Classes | |
struct | goby::middleware::SerializerParserHelper< DataType, MarshallingScheme::DCCL > |
Specialization for DCCL message types that are fully qualified Protobuf message types (static), e.g. DataType == Foo for "message Foo". More... | |
struct | goby::middleware::SerializerParserHelper< google::protobuf::Message, MarshallingScheme::DCCL > |
Specialization for runtime introspection of DCCL messages using google::protobuf::Message base class (works for publish and subscribe_regex only) More... | |
Namespaces | |
namespace | goby |
The global namespace for the Goby project. | |
namespace | goby::middleware |
Objects implementing the Goby nested middleware. | |
namespace | goby::middleware::protobuf |