Goby3 3.2.3
2025.05.13
|
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <boost/units/quantity.hpp>
#include <boost/units/absolute.hpp>
#include <boost/units/dimensionless_type.hpp>
#include <boost/units/make_scaled_unit.hpp>
Go to the source code of this file.
Classes | |
struct | TableStruct_goby_2fmiddleware_2fprotobuf_2flayer_2eproto |
struct | is_proto_enum< ::goby::middleware::protobuf::Layer > |
Namespaces | |
namespace | internal |
namespace | goby |
The global namespace for the Goby project. | |
namespace | goby::middleware |
Objects implementing the Goby nested middleware. | |
namespace | goby::middleware::protobuf |
Macros | |
#define | PROTOBUF_INTERNAL_EXPORT_goby_2fmiddleware_2fprotobuf_2flayer_2eproto |
Enumerations | |
enum | goby::middleware::protobuf::Layer : int { goby::middleware::protobuf::LAYER_INTERTHREAD = 0 , goby::middleware::protobuf::LAYER_INTERPROCESS = 10 , goby::middleware::protobuf::LAYER_INTERMODULE = 20 , goby::middleware::protobuf::LAYER_INTERVEHICLE = 30 } |
Functions | |
bool | goby::middleware::protobuf::Layer_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | goby::middleware::protobuf::Layer_descriptor () |
template<typename T > | |
const std::string & | goby::middleware::protobuf::Layer_Name (T enum_t_value) |
bool | goby::middleware::protobuf::Layer_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Layer *value) |
template<> | |
const EnumDescriptor * | GetEnumDescriptor< ::goby::middleware::protobuf::Layer > () |
Variables | |
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable | descriptor_table_goby_2fmiddleware_2fprotobuf_2flayer_2eproto |
constexpr Layer | goby::middleware::protobuf::Layer_MIN = LAYER_INTERTHREAD |
constexpr Layer | goby::middleware::protobuf::Layer_MAX = LAYER_INTERVEHICLE |
constexpr int | goby::middleware::protobuf::Layer_ARRAYSIZE = Layer_MAX + 1 |
#define PROTOBUF_INTERNAL_EXPORT_goby_2fmiddleware_2fprotobuf_2flayer_2eproto |
Definition at line 38 of file layer.pb.h.
|
inline |
Definition at line 107 of file layer.pb.h.
|
extern |