|
Goby3 3.3.0
2025.07.10
|
#include <goby/acomms/protobuf/buffer.pb.h>
Public Types | |
| enum | : int { kBlackoutTimeFieldNumber = 3 , kAckRequiredFieldNumber = 2 , kMaxQueueFieldNumber = 4 , kNewestFirstFieldNumber = 5 , kTtlFieldNumber = 6 , kValueBaseFieldNumber = 7 } |
| typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | blackout_time_dimension |
| typedef boost::units::unit< blackout_time_dimension, boost::units::si::system > | blackout_time_unit |
| typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | ttl_dimension |
| typedef boost::units::unit< ttl_dimension, boost::units::si::system > | ttl_unit |
Public Member Functions | |
| DynamicBufferConfig () | |
| ~DynamicBufferConfig () override | |
| PROTOBUF_CONSTEXPR | DynamicBufferConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| DynamicBufferConfig (const DynamicBufferConfig &from) | |
| DynamicBufferConfig (DynamicBufferConfig &&from) noexcept | |
| DynamicBufferConfig & | operator= (const DynamicBufferConfig &from) |
| DynamicBufferConfig & | operator= (DynamicBufferConfig &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (DynamicBufferConfig *other) |
| void | UnsafeArenaSwap (DynamicBufferConfig *other) |
| DynamicBufferConfig * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const DynamicBufferConfig &from) |
| void | MergeFrom (const DynamicBufferConfig &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_blackout_time () const |
| void | clear_blackout_time () |
| double | blackout_time () const |
| void | set_blackout_time (double value) |
| bool | has_ack_required () const |
| void | clear_ack_required () |
| bool | ack_required () const |
| void | set_ack_required (bool value) |
| bool | has_max_queue () const |
| void | clear_max_queue () |
| uint32_t | max_queue () const |
| void | set_max_queue (uint32_t value) |
| bool | has_newest_first () const |
| void | clear_newest_first () |
| bool | newest_first () const |
| void | set_newest_first (bool value) |
| bool | has_ttl () const |
| void | clear_ttl () |
| double | ttl () const |
| void | set_ttl (double value) |
| bool | has_value_base () const |
| void | clear_value_base () |
| double | value_base () const |
| void | set_value_base (double value) |
| template<typename Quantity > | |
| void | set_blackout_time_with_units (Quantity value_w_units) |
| template<typename Quantity > | |
| Quantity | blackout_time_with_units () const |
| boost::units::quantity< blackout_time_unit, double > | blackout_time_with_units () const |
| template<typename Quantity > | |
| void | set_ttl_with_units (Quantity value_w_units) |
| template<typename Quantity > | |
| Quantity | ttl_with_units () const |
| boost::units::quantity< ttl_unit, double > | ttl_with_units () const |
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 DynamicBufferConfig & | default_instance () |
| static const DynamicBufferConfig * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| DynamicBufferConfig (::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_2facomms_2fprotobuf_2fbuffer_2eproto |
| void | swap (DynamicBufferConfig &a, DynamicBufferConfig &b) |
Definition at line 72 of file buffer.pb.h.
| typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::acomms::protobuf::DynamicBufferConfig::blackout_time_dimension |
Definition at line 285 of file buffer.pb.h.
| typedef boost::units::unit<blackout_time_dimension,boost::units::si::system> goby::acomms::protobuf::DynamicBufferConfig::blackout_time_unit |
Definition at line 287 of file buffer.pb.h.
| typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::acomms::protobuf::DynamicBufferConfig::ttl_dimension |
Definition at line 300 of file buffer.pb.h.
| typedef boost::units::unit<ttl_dimension,boost::units::si::system> goby::acomms::protobuf::DynamicBufferConfig::ttl_unit |
Definition at line 302 of file buffer.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kBlackoutTimeFieldNumber | |
| kAckRequiredFieldNumber | |
| kMaxQueueFieldNumber | |
| kNewestFirstFieldNumber | |
| kTtlFieldNumber | |
| kValueBaseFieldNumber | |
Definition at line 199 of file buffer.pb.h.
|
inline |
Definition at line 75 of file buffer.pb.h.
|
override |
|
explicit |
| goby::acomms::protobuf::DynamicBufferConfig::DynamicBufferConfig | ( | const DynamicBufferConfig & | from | ) |
|
inlinenoexcept |
Definition at line 80 of file buffer.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 361 of file buffer.pb.h.
|
inline |
Definition at line 389 of file buffer.pb.h.
|
inline |
Definition at line 294 of file buffer.pb.h.
|
inline |
Definition at line 297 of file buffer.pb.h.
|
final |
|
final |
|
inline |
Definition at line 354 of file buffer.pb.h.
|
inline |
Definition at line 382 of file buffer.pb.h.
|
inline |
Definition at line 410 of file buffer.pb.h.
|
inline |
Definition at line 438 of file buffer.pb.h.
|
inline |
Definition at line 466 of file buffer.pb.h.
|
inline |
Definition at line 494 of file buffer.pb.h.
| void goby::acomms::protobuf::DynamicBufferConfig::CopyFrom | ( | const DynamicBufferConfig & | from | ) |
|
inlinestatic |
Definition at line 119 of file buffer.pb.h.
|
inlinestatic |
Definition at line 110 of file buffer.pb.h.
|
inlinefinal |
Definition at line 172 of file buffer.pb.h.
|
final |
|
inlinestatic |
Definition at line 113 of file buffer.pb.h.
|
final |
|
inlinestatic |
Definition at line 116 of file buffer.pb.h.
|
inline |
Definition at line 351 of file buffer.pb.h.
|
inline |
Definition at line 379 of file buffer.pb.h.
|
inline |
Definition at line 407 of file buffer.pb.h.
|
inline |
Definition at line 435 of file buffer.pb.h.
|
inline |
Definition at line 463 of file buffer.pb.h.
|
inline |
Definition at line 491 of file buffer.pb.h.
|
inlinestatic |
Definition at line 122 of file buffer.pb.h.
|
final |
|
inline |
Definition at line 417 of file buffer.pb.h.
|
inline |
Definition at line 159 of file buffer.pb.h.
|
inline |
Definition at line 106 of file buffer.pb.h.
|
inlinefinal |
Definition at line 153 of file buffer.pb.h.
|
inline |
Definition at line 445 of file buffer.pb.h.
|
inline |
Definition at line 85 of file buffer.pb.h.
|
inlinenoexcept |
Definition at line 89 of file buffer.pb.h.
|
inline |
Definition at line 369 of file buffer.pb.h.
|
inline |
Definition at line 397 of file buffer.pb.h.
|
inline |
Definition at line 290 of file buffer.pb.h.
|
inline |
Definition at line 425 of file buffer.pb.h.
|
inline |
Definition at line 453 of file buffer.pb.h.
|
inline |
Definition at line 481 of file buffer.pb.h.
|
inline |
Definition at line 305 of file buffer.pb.h.
|
inline |
Definition at line 509 of file buffer.pb.h.
|
inline |
Definition at line 132 of file buffer.pb.h.
|
inline |
Definition at line 473 of file buffer.pb.h.
|
inline |
Definition at line 309 of file buffer.pb.h.
|
inline |
Definition at line 312 of file buffer.pb.h.
|
inline |
Definition at line 103 of file buffer.pb.h.
|
inline |
Definition at line 145 of file buffer.pb.h.
|
inline |
Definition at line 501 of file buffer.pb.h.
|
friend |
Definition at line 319 of file buffer.pb.h.
|
friend |
Definition at line 181 of file buffer.pb.h.
Definition at line 333 of file buffer.pb.h.
|
friend |
Definition at line 129 of file buffer.pb.h.
|
static |
Definition at line 190 of file buffer.pb.h.
| Impl_ goby::acomms::protobuf::DynamicBufferConfig::_impl_ |
Definition at line 332 of file buffer.pb.h.
|
staticconstexpr |
Definition at line 126 of file buffer.pb.h.