Goby3
3.1.5a
2024.05.23
|
#include <goby/acomms/protobuf/buffer.pb.h>
Public Types | |
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 Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
DynamicBufferConfig () | |
virtual | ~DynamicBufferConfig () |
DynamicBufferConfig (const DynamicBufferConfig &from) | |
DynamicBufferConfig & | operator= (const DynamicBufferConfig &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (DynamicBufferConfig *other) |
DynamicBufferConfig * | New () const final |
DynamicBufferConfig * | New (::google::protobuf::Arena *arena) const final |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const DynamicBufferConfig &from) |
void | MergeFrom (const DynamicBufferConfig &from) |
void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
int | GetCachedSize () const final |
::google::protobuf::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 () |
::google::protobuf::uint32 | max_queue () const |
void | set_max_queue (::google::protobuf::uint32 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 |
Public Member Functions inherited from google::protobuf::Message | |
Message () | |
virtual | ~Message () |
virtual void | CopyFrom (const Message &from) |
virtual void | MergeFrom (const Message &from) |
void | CheckInitialized () const |
void | FindInitializationErrors (std::vector< string > *errors) const |
string | InitializationErrorString () const |
virtual void | DiscardUnknownFields () |
virtual size_t | SpaceUsedLong () const |
int | SpaceUsed () const |
string | DebugString () const |
string | ShortDebugString () const |
string | Utf8DebugString () const |
void | PrintDebugString () const |
bool | ParseFromFileDescriptor (int file_descriptor) |
bool | ParsePartialFromFileDescriptor (int file_descriptor) |
bool | ParseFromIstream (std::istream *input) |
bool | ParsePartialFromIstream (std::istream *input) |
bool | SerializeToFileDescriptor (int file_descriptor) const |
bool | SerializePartialToFileDescriptor (int file_descriptor) const |
bool | SerializeToOstream (std::ostream *output) const |
bool | SerializePartialToOstream (std::ostream *output) const |
virtual string | GetTypeName () const |
virtual void | CheckTypeAndMergeFrom (const MessageLite &other) |
virtual bool | MergePartialFromCodedStream (io::CodedInputStream *input) |
virtual void | SerializeWithCachedSizes (io::CodedOutputStream *output) const |
const Descriptor * | GetDescriptor () const |
virtual const Reflection * | GetReflection () const final |
Public Member Functions inherited from google::protobuf::MessageLite | |
MessageLite () | |
virtual | ~MessageLite () |
virtual ::google::protobuf::Arena * | GetArena () const |
virtual void * | GetMaybeArenaPointer () const |
bool | ParseFromCodedStream (io::CodedInputStream *input) |
bool | ParsePartialFromCodedStream (io::CodedInputStream *input) |
bool | ParseFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParseFromString (const string &data) |
bool | ParsePartialFromString (const string &data) |
bool | ParseFromArray (const void *data, int size) |
bool | ParsePartialFromArray (const void *data, int size) |
bool | MergeFromCodedStream (io::CodedInputStream *input) |
bool | SerializeToCodedStream (io::CodedOutputStream *output) const |
bool | SerializePartialToCodedStream (io::CodedOutputStream *output) const |
bool | SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializeToString (string *output) const |
bool | SerializePartialToString (string *output) const |
bool | SerializeToArray (void *data, int size) const |
bool | SerializePartialToArray (void *data, int size) const |
string | SerializeAsString () const |
string | SerializePartialAsString () const |
bool | AppendToString (string *output) const |
bool | AppendPartialToString (string *output) const |
int | ByteSize () const |
virtual uint8 * | SerializeWithCachedSizesToArray (uint8 *target) const |
virtual uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const DynamicBufferConfig & | default_instance () |
static void | InitAsDefaultInstance () |
static const DynamicBufferConfig * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const int | kBlackoutTimeFieldNumber = 3 |
static const int | kAckRequiredFieldNumber = 2 |
static const int | kMaxQueueFieldNumber = 4 |
static const int | kNewestFirstFieldNumber = 5 |
static const int | kTtlFieldNumber = 6 |
static const int | kValueBaseFieldNumber = 7 |
Friends | |
struct | ::protobuf_goby_2facomms_2fprotobuf_2fbuffer_2eproto::TableStruct |
void | swap (DynamicBufferConfig &a, DynamicBufferConfig &b) |
Additional Inherited Members | |
Static Protected Member Functions inherited from google::protobuf::MessageLite | |
template<typename T > | |
::google::protobuf::internal::RepeatedPtrFieldBase * | CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated) |
template<typename T > | |
static const ::google::protobuf::internal::RepeatedPtrFieldBase & | CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated) |
template<typename T > | |
static T * | CreateMaybeMessage (Arena *arena) |
Definition at line 75 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 211 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 213 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 224 of file buffer.pb.h.
typedef boost::units::unit<ttl_dimension,boost::units::si::system> goby::acomms::protobuf::DynamicBufferConfig::ttl_unit |
Definition at line 228 of file buffer.pb.h.
goby::acomms::protobuf::DynamicBufferConfig::DynamicBufferConfig | ( | ) |
|
virtual |
goby::acomms::protobuf::DynamicBufferConfig::DynamicBufferConfig | ( | const DynamicBufferConfig & | from | ) |
|
inline |
Definition at line 292 of file buffer.pb.h.
|
inline |
Definition at line 316 of file buffer.pb.h.
|
inline |
Definition at line 220 of file buffer.pb.h.
|
inline |
Definition at line 223 of file buffer.pb.h.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 288 of file buffer.pb.h.
|
inline |
Definition at line 312 of file buffer.pb.h.
|
inline |
Definition at line 336 of file buffer.pb.h.
|
inline |
Definition at line 360 of file buffer.pb.h.
|
inline |
Definition at line 384 of file buffer.pb.h.
|
inline |
Definition at line 408 of file buffer.pb.h.
|
final |
void goby::acomms::protobuf::DynamicBufferConfig::CopyFrom | ( | const DynamicBufferConfig & | from | ) |
|
static |
|
static |
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 147 of file buffer.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 279 of file buffer.pb.h.
|
inline |
Definition at line 303 of file buffer.pb.h.
|
inline |
Definition at line 327 of file buffer.pb.h.
|
inline |
Definition at line 351 of file buffer.pb.h.
|
inline |
Definition at line 375 of file buffer.pb.h.
|
inline |
Definition at line 399 of file buffer.pb.h.
|
static |
|
inlinestatic |
Definition at line 112 of file buffer.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 340 of file buffer.pb.h.
|
final |
void goby::acomms::protobuf::DynamicBufferConfig::MergeFrom | ( | const DynamicBufferConfig & | from | ) |
|
final |
|
inline |
Definition at line 104 of file buffer.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 126 of file buffer.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 130 of file buffer.pb.h.
|
inline |
Definition at line 364 of file buffer.pb.h.
|
inline |
Definition at line 82 of file buffer.pb.h.
|
final |
|
inline |
Definition at line 296 of file buffer.pb.h.
|
inline |
Definition at line 320 of file buffer.pb.h.
|
inline |
Definition at line 216 of file buffer.pb.h.
|
inline |
Definition at line 344 of file buffer.pb.h.
|
inline |
Definition at line 368 of file buffer.pb.h.
|
inline |
Definition at line 392 of file buffer.pb.h.
|
inline |
Definition at line 231 of file buffer.pb.h.
|
inline |
Definition at line 416 of file buffer.pb.h.
void goby::acomms::protobuf::DynamicBufferConfig::Swap | ( | DynamicBufferConfig * | other | ) |
|
inline |
Definition at line 388 of file buffer.pb.h.
|
inline |
Definition at line 235 of file buffer.pb.h.
|
inline |
Definition at line 238 of file buffer.pb.h.
|
inline |
Definition at line 101 of file buffer.pb.h.
|
inline |
Definition at line 412 of file buffer.pb.h.
Definition at line 265 of file buffer.pb.h.
|
friend |
Definition at line 120 of file buffer.pb.h.
|
static |
Definition at line 179 of file buffer.pb.h.
|
static |
Definition at line 172 of file buffer.pb.h.
|
staticconstexpr |
Definition at line 116 of file buffer.pb.h.
|
static |
Definition at line 186 of file buffer.pb.h.
|
static |
Definition at line 193 of file buffer.pb.h.
|
static |
Definition at line 200 of file buffer.pb.h.
|
static |
Definition at line 207 of file buffer.pb.h.