Goby3
3.1.5a
2024.05.23
|
#include <goby/acomms/protobuf/iridium_driver.pb.h>
Public Types | |
typedef Config_Remote | Remote |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
Config () | |
virtual | ~Config () |
Config (const Config &from) | |
Config & | operator= (const Config &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Config *other) |
Config * | New () const final |
Config * | 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 Config &from) |
void | MergeFrom (const Config &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 |
int | config_size () const |
void | clear_config () |
const ::std::string & | config (int index) const |
::std::string * | mutable_config (int index) |
void | set_config (int index, const ::std::string &value) |
void | set_config (int index, const char *value) |
void | set_config (int index, const char *value, size_t size) |
::std::string * | add_config () |
void | add_config (const ::std::string &value) |
void | add_config (const char *value) |
void | add_config (const char *value, size_t size) |
const ::google::protobuf::RepeatedPtrField< ::std::string > & | config () const |
::google::protobuf::RepeatedPtrField< ::std::string > * | mutable_config () |
bool | has_remote () const |
void | clear_remote () |
const ::goby::acomms::iridium::protobuf::Config_Remote & | remote () const |
::goby::acomms::iridium::protobuf::Config_Remote * | release_remote () |
::goby::acomms::iridium::protobuf::Config_Remote * | mutable_remote () |
void | set_allocated_remote (::goby::acomms::iridium::protobuf::Config_Remote *remote) |
bool | has_debug_client_port () const |
void | clear_debug_client_port () |
::google::protobuf::int32 | debug_client_port () const |
void | set_debug_client_port (::google::protobuf::int32 value) |
bool | has_use_dtr () const |
void | clear_use_dtr () |
bool | use_dtr () const |
void | set_use_dtr (bool value) |
bool | has_max_frame_size () const |
void | clear_max_frame_size () |
::google::protobuf::uint32 | max_frame_size () const |
void | set_max_frame_size (::google::protobuf::uint32 value) |
bool | has_target_bit_rate () const |
void | clear_target_bit_rate () |
::google::protobuf::int32 | target_bit_rate () const |
void | set_target_bit_rate (::google::protobuf::int32 value) |
bool | has_dial_attempts () const |
void | clear_dial_attempts () |
::google::protobuf::int32 | dial_attempts () const |
void | set_dial_attempts (::google::protobuf::int32 value) |
bool | has_hangup_seconds_after_empty () const |
void | clear_hangup_seconds_after_empty () |
::google::protobuf::int32 | hangup_seconds_after_empty () const |
void | set_hangup_seconds_after_empty (::google::protobuf::int32 value) |
bool | has_start_timeout () const |
void | clear_start_timeout () |
::google::protobuf::int32 | start_timeout () const |
void | set_start_timeout (::google::protobuf::int32 value) |
bool | has_handshake_hangup_seconds () const |
void | clear_handshake_hangup_seconds () |
::google::protobuf::int32 | handshake_hangup_seconds () const |
void | set_handshake_hangup_seconds (::google::protobuf::int32 value) |
bool | has_enable_sbdring_automatic_registration () const |
void | clear_enable_sbdring_automatic_registration () |
bool | enable_sbdring_automatic_registration () const |
void | set_enable_sbdring_automatic_registration (bool value) |
bool | has_device () const |
void | clear_device () |
::goby::acomms::iridium::protobuf::DeviceType | device () const |
void | set_device (::goby::acomms::iridium::protobuf::DeviceType value) |
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 Config & | default_instance () |
static void | InitAsDefaultInstance () |
static const Config * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const int | kConfigFieldNumber = 4 |
static const int | kRemoteFieldNumber = 1 |
static const int | kDebugClientPortFieldNumber = 6 |
static const int | kUseDtrFieldNumber = 10 |
static const int | kMaxFrameSizeFieldNumber = 2 |
static const int | kTargetBitRateFieldNumber = 3 |
static const int | kDialAttemptsFieldNumber = 5 |
static const int | kHangupSecondsAfterEmptyFieldNumber = 8 |
static const int | kStartTimeoutFieldNumber = 9 |
static const int | kHandshakeHangupSecondsFieldNumber = 12 |
static const int | kEnableSbdringAutomaticRegistrationFieldNumber = 13 |
static const int | kDeviceFieldNumber = 14 |
Friends | |
struct | ::protobuf_goby_2facomms_2fprotobuf_2firidium_5fdriver_2eproto::TableStruct |
void | swap (Config &a, Config &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 327 of file iridium_driver.pb.h.
Definition at line 419 of file iridium_driver.pb.h.
goby::acomms::iridium::protobuf::Config::Config | ( | ) |
|
virtual |
goby::acomms::iridium::protobuf::Config::Config | ( | const Config & | from | ) |
|
inline |
Definition at line 1765 of file iridium_driver.pb.h.
|
inline |
Definition at line 1769 of file iridium_driver.pb.h.
|
inline |
Definition at line 1779 of file iridium_driver.pb.h.
|
inline |
Definition at line 1784 of file iridium_driver.pb.h.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 1734 of file iridium_driver.pb.h.
|
inline |
Definition at line 1833 of file iridium_driver.pb.h.
|
inline |
Definition at line 1977 of file iridium_driver.pb.h.
|
inline |
Definition at line 1809 of file iridium_driver.pb.h.
|
inline |
Definition at line 1953 of file iridium_driver.pb.h.
|
inline |
Definition at line 1929 of file iridium_driver.pb.h.
|
inline |
Definition at line 1857 of file iridium_driver.pb.h.
|
inline |
Definition at line 1692 of file iridium_driver.pb.h.
|
inline |
Definition at line 1634 of file iridium_driver.pb.h.
|
inline |
Definition at line 1881 of file iridium_driver.pb.h.
|
inline |
Definition at line 1716 of file iridium_driver.pb.h.
|
inline |
Definition at line 1905 of file iridium_driver.pb.h.
|
inline |
Definition at line 1789 of file iridium_driver.pb.h.
|
inline |
Definition at line 1737 of file iridium_driver.pb.h.
|
inline |
Definition at line 1731 of file iridium_driver.pb.h.
|
final |
void goby::acomms::iridium::protobuf::Config::CopyFrom | ( | const Config & | from | ) |
|
inline |
Definition at line 1837 of file iridium_driver.pb.h.
|
static |
|
static |
|
inline |
Definition at line 1981 of file iridium_driver.pb.h.
|
inline |
Definition at line 1813 of file iridium_driver.pb.h.
|
inline |
Definition at line 1957 of file iridium_driver.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 399 of file iridium_driver.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 1933 of file iridium_driver.pb.h.
|
inline |
Definition at line 1861 of file iridium_driver.pb.h.
|
inline |
Definition at line 1824 of file iridium_driver.pb.h.
|
inline |
Definition at line 1968 of file iridium_driver.pb.h.
|
inline |
Definition at line 1800 of file iridium_driver.pb.h.
|
inline |
Definition at line 1944 of file iridium_driver.pb.h.
|
inline |
Definition at line 1920 of file iridium_driver.pb.h.
|
inline |
Definition at line 1848 of file iridium_driver.pb.h.
|
inline |
Definition at line 1683 of file iridium_driver.pb.h.
|
inline |
Definition at line 1625 of file iridium_driver.pb.h.
|
inline |
Definition at line 1872 of file iridium_driver.pb.h.
|
inline |
Definition at line 1707 of file iridium_driver.pb.h.
|
inline |
Definition at line 1896 of file iridium_driver.pb.h.
|
static |
|
inlinestatic |
Definition at line 364 of file iridium_driver.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 1696 of file iridium_driver.pb.h.
|
final |
void goby::acomms::iridium::protobuf::Config::MergeFrom | ( | const Config & | from | ) |
|
final |
|
inline |
Definition at line 1794 of file iridium_driver.pb.h.
|
inline |
Definition at line 1741 of file iridium_driver.pb.h.
|
inline |
Definition at line 1654 of file iridium_driver.pb.h.
|
inline |
Definition at line 356 of file iridium_driver.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 378 of file iridium_driver.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 382 of file iridium_driver.pb.h.
Definition at line 334 of file iridium_driver.pb.h.
|
inline |
Definition at line 1647 of file iridium_driver.pb.h.
|
inline |
Definition at line 1641 of file iridium_driver.pb.h.
|
final |
|
inline |
Definition at line 1663 of file iridium_driver.pb.h.
|
inline |
Definition at line 1745 of file iridium_driver.pb.h.
Definition at line 1755 of file iridium_driver.pb.h.
|
inline |
Definition at line 1760 of file iridium_driver.pb.h.
|
inline |
Definition at line 1841 of file iridium_driver.pb.h.
|
inline |
Definition at line 1985 of file iridium_driver.pb.h.
|
inline |
Definition at line 1817 of file iridium_driver.pb.h.
|
inline |
Definition at line 1961 of file iridium_driver.pb.h.
|
inline |
Definition at line 1937 of file iridium_driver.pb.h.
|
inline |
Definition at line 1865 of file iridium_driver.pb.h.
|
inline |
Definition at line 1700 of file iridium_driver.pb.h.
|
inline |
Definition at line 1889 of file iridium_driver.pb.h.
|
inline |
Definition at line 1724 of file iridium_driver.pb.h.
|
inline |
Definition at line 1913 of file iridium_driver.pb.h.
|
inline |
Definition at line 1885 of file iridium_driver.pb.h.
void goby::acomms::iridium::protobuf::Config::Swap | ( | Config * | other | ) |
|
inline |
Definition at line 1720 of file iridium_driver.pb.h.
|
inline |
Definition at line 353 of file iridium_driver.pb.h.
|
inline |
Definition at line 1909 of file iridium_driver.pb.h.
Definition at line 567 of file iridium_driver.pb.h.
Definition at line 372 of file iridium_driver.pb.h.
|
static |
Definition at line 426 of file iridium_driver.pb.h.
|
static |
Definition at line 460 of file iridium_driver.pb.h.
|
static |
Definition at line 523 of file iridium_driver.pb.h.
|
static |
Definition at line 488 of file iridium_driver.pb.h.
|
static |
Definition at line 516 of file iridium_driver.pb.h.
|
static |
Definition at line 509 of file iridium_driver.pb.h.
|
static |
Definition at line 495 of file iridium_driver.pb.h.
|
staticconstexpr |
Definition at line 368 of file iridium_driver.pb.h.
|
static |
Definition at line 474 of file iridium_driver.pb.h.
|
static |
Definition at line 448 of file iridium_driver.pb.h.
|
static |
Definition at line 502 of file iridium_driver.pb.h.
|
static |
Definition at line 481 of file iridium_driver.pb.h.
|
static |
Definition at line 467 of file iridium_driver.pb.h.