Goby3 3.2.3
2025.05.13
|
#include <goby/middleware/protobuf/serializer_transporter.pb.h>
Public Types | |
enum | : int { kTypeFieldNumber = 2 , kGroupFieldNumber = 3 , kCfgFieldNumber = 10 , kMetadataFieldNumber = 20 , kMarshallingSchemeFieldNumber = 1 , kGroupNumericFieldNumber = 4 , kSerializeTimeFieldNumber = 5 } |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | serialize_time_dimension |
typedef boost::units::make_scaled_unit< boost::units::unit< serialize_time_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-6 > > >::type | serialize_time_unit |
Public Member Functions | |
SerializerTransporterKey () | |
~SerializerTransporterKey () override | |
PROTOBUF_CONSTEXPR | SerializerTransporterKey (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
SerializerTransporterKey (const SerializerTransporterKey &from) | |
SerializerTransporterKey (SerializerTransporterKey &&from) noexcept | |
SerializerTransporterKey & | operator= (const SerializerTransporterKey &from) |
SerializerTransporterKey & | operator= (SerializerTransporterKey &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (SerializerTransporterKey *other) |
void | UnsafeArenaSwap (SerializerTransporterKey *other) |
SerializerTransporterKey * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const SerializerTransporterKey &from) |
void | MergeFrom (const SerializerTransporterKey &from) |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_type () const |
void | clear_type () |
const std::string & | type () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_type (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_type () |
PROTOBUF_NODISCARD std::string * | release_type () |
void | set_allocated_type (std::string *type) |
bool | has_group () const |
void | clear_group () |
const std::string & | group () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_group (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_group () |
PROTOBUF_NODISCARD std::string * | release_group () |
void | set_allocated_group (std::string *group) |
bool | has_cfg () const |
void | clear_cfg () |
const ::goby::middleware::protobuf::TransporterConfig & | cfg () const |
PROTOBUF_NODISCARD::goby::middleware::protobuf::TransporterConfig * | release_cfg () |
::goby::middleware::protobuf::TransporterConfig * | mutable_cfg () |
void | set_allocated_cfg (::goby::middleware::protobuf::TransporterConfig *cfg) |
void | unsafe_arena_set_allocated_cfg (::goby::middleware::protobuf::TransporterConfig *cfg) |
::goby::middleware::protobuf::TransporterConfig * | unsafe_arena_release_cfg () |
bool | has_metadata () const |
void | clear_metadata () |
const ::goby::middleware::protobuf::SerializerProtobufMetadata & | metadata () const |
PROTOBUF_NODISCARD::goby::middleware::protobuf::SerializerProtobufMetadata * | release_metadata () |
::goby::middleware::protobuf::SerializerProtobufMetadata * | mutable_metadata () |
void | set_allocated_metadata (::goby::middleware::protobuf::SerializerProtobufMetadata *metadata) |
void | unsafe_arena_set_allocated_metadata (::goby::middleware::protobuf::SerializerProtobufMetadata *metadata) |
::goby::middleware::protobuf::SerializerProtobufMetadata * | unsafe_arena_release_metadata () |
bool | has_marshalling_scheme () const |
void | clear_marshalling_scheme () |
int32_t | marshalling_scheme () const |
void | set_marshalling_scheme (int32_t value) |
bool | has_group_numeric () const |
void | clear_group_numeric () |
uint32_t | group_numeric () const |
void | set_group_numeric (uint32_t value) |
bool | has_serialize_time () const |
void | clear_serialize_time () |
uint64_t | serialize_time () const |
void | set_serialize_time (uint64_t value) |
template<typename Quantity > | |
void | set_serialize_time_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | serialize_time_with_units () const |
boost::units::quantity< serialize_time_unit, google::protobuf::uint64 > | serialize_time_with_units () const |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_type (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_group (ArgT0 &&arg0, ArgT... args) |
Static Public Member Functions | |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const SerializerTransporterKey & | default_instance () |
static const SerializerTransporterKey * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
SerializerTransporterKey (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Friends | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
struct | ::TableStruct_goby_2fmiddleware_2fprotobuf_2fserializer_5ftransporter_2eproto |
void | swap (SerializerTransporterKey &a, SerializerTransporterKey &b) |
Definition at line 295 of file serializer_transporter.pb.h.
typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::middleware::protobuf::SerializerTransporterKey::serialize_time_dimension |
Definition at line 542 of file serializer_transporter.pb.h.
typedef boost::units::make_scaled_unit<boost::units::unit<serialize_time_dimension,boost::units::si::system>,boost::units::scale<10,boost::units::static_rational<-6>>>::type goby::middleware::protobuf::SerializerTransporterKey::serialize_time_unit |
Definition at line 544 of file serializer_transporter.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kTypeFieldNumber | |
kGroupFieldNumber | |
kCfgFieldNumber | |
kMetadataFieldNumber | |
kMarshallingSchemeFieldNumber | |
kGroupNumericFieldNumber | |
kSerializeTimeFieldNumber |
Definition at line 422 of file serializer_transporter.pb.h.
|
inline |
Definition at line 298 of file serializer_transporter.pb.h.
|
override |
|
explicit |
goby::middleware::protobuf::SerializerTransporterKey::SerializerTransporterKey | ( | const SerializerTransporterKey & | from | ) |
|
inlinenoexcept |
Definition at line 303 of file serializer_transporter.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
inline |
Definition at line 1333 of file serializer_transporter.pb.h.
|
final |
void goby::middleware::protobuf::SerializerTransporterKey::clear_cfg | ( | ) |
|
inline |
Definition at line 1203 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1271 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1107 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1415 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1299 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1135 of file serializer_transporter.pb.h.
void goby::middleware::protobuf::SerializerTransporterKey::CopyFrom | ( | const SerializerTransporterKey & | from | ) |
|
inlinestatic |
Definition at line 342 of file serializer_transporter.pb.h.
|
inlinestatic |
Definition at line 333 of file serializer_transporter.pb.h.
|
inlinefinal |
Definition at line 395 of file serializer_transporter.pb.h.
|
final |
|
inlinestatic |
Definition at line 336 of file serializer_transporter.pb.h.
|
final |
|
inlinestatic |
Definition at line 339 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1207 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1278 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1325 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1200 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1268 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1104 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1412 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1296 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1132 of file serializer_transporter.pb.h.
|
inlinestatic |
Definition at line 345 of file serializer_transporter.pb.h.
|
final |
|
inline |
Definition at line 1114 of file serializer_transporter.pb.h.
|
inline |
Definition at line 382 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1424 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1380 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1218 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1471 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1150 of file serializer_transporter.pb.h.
|
inline |
Definition at line 329 of file serializer_transporter.pb.h.
|
inlinefinal |
Definition at line 376 of file serializer_transporter.pb.h.
|
inline |
Definition at line 308 of file serializer_transporter.pb.h.
|
inlinenoexcept |
Definition at line 312 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1350 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1234 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1441 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1166 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1306 of file serializer_transporter.pb.h.
|
inline |
Definition at line 551 of file serializer_transporter.pb.h.
|
inline |
Definition at line 554 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1385 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1248 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1476 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1180 of file serializer_transporter.pb.h.
void goby::middleware::protobuf::SerializerTransporterKey::set_group | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1213 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1286 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1122 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1314 of file serializer_transporter.pb.h.
|
inline |
Definition at line 547 of file serializer_transporter.pb.h.
void goby::middleware::protobuf::SerializerTransporterKey::set_type | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1145 of file serializer_transporter.pb.h.
|
inline |
Definition at line 355 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1139 of file serializer_transporter.pb.h.
|
inline |
Definition at line 326 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1365 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1456 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1337 of file serializer_transporter.pb.h.
|
inline |
Definition at line 1428 of file serializer_transporter.pb.h.
|
inline |
Definition at line 368 of file serializer_transporter.pb.h.
|
friend |
Definition at line 564 of file serializer_transporter.pb.h.
|
friend |
Definition at line 404 of file serializer_transporter.pb.h.
Definition at line 579 of file serializer_transporter.pb.h.
|
friend |
Definition at line 352 of file serializer_transporter.pb.h.
|
static |
Definition at line 413 of file serializer_transporter.pb.h.
Impl_ goby::middleware::protobuf::SerializerTransporterKey::_impl_ |
Definition at line 578 of file serializer_transporter.pb.h.
|
staticconstexpr |
Definition at line 349 of file serializer_transporter.pb.h.