Goby3
3.1.5a
2024.05.23
|
#include <goby/acomms/protobuf/driver_base.pb.h>
Public Types | |
enum | DriverCase { kDriverType = 1, kDriverName = 2, DRIVER_NOT_SET = 0 } |
typedef DriverConfig_ConnectionType | ConnectionType |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
DriverConfig () | |
virtual | ~DriverConfig () |
DriverConfig (const DriverConfig &from) | |
DriverConfig & | operator= (const DriverConfig &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (DriverConfig *other) |
DriverConfig * | New () const final |
DriverConfig * | 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 DriverConfig &from) |
void | MergeFrom (const DriverConfig &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_line_delimiter () const |
void | clear_line_delimiter () |
const ::std::string & | line_delimiter () const |
void | set_line_delimiter (const ::std::string &value) |
void | set_line_delimiter (const char *value) |
void | set_line_delimiter (const char *value, size_t size) |
::std::string * | mutable_line_delimiter () |
::std::string * | release_line_delimiter () |
void | set_allocated_line_delimiter (::std::string *line_delimiter) |
bool | has_serial_port () const |
void | clear_serial_port () |
const ::std::string & | serial_port () const |
void | set_serial_port (const ::std::string &value) |
void | set_serial_port (const char *value) |
void | set_serial_port (const char *value, size_t size) |
::std::string * | mutable_serial_port () |
::std::string * | release_serial_port () |
void | set_allocated_serial_port (::std::string *serial_port) |
bool | has_tcp_server () const |
void | clear_tcp_server () |
const ::std::string & | tcp_server () const |
void | set_tcp_server (const ::std::string &value) |
void | set_tcp_server (const char *value) |
void | set_tcp_server (const char *value, size_t size) |
::std::string * | mutable_tcp_server () |
::std::string * | release_tcp_server () |
void | set_allocated_tcp_server (::std::string *tcp_server) |
bool | has_raw_log () const |
void | clear_raw_log () |
const ::std::string & | raw_log () const |
void | set_raw_log (const ::std::string &value) |
void | set_raw_log (const char *value) |
void | set_raw_log (const char *value, size_t size) |
::std::string * | mutable_raw_log () |
::std::string * | release_raw_log () |
void | set_allocated_raw_log (::std::string *raw_log) |
bool | has_tcp_port () const |
void | clear_tcp_port () |
::google::protobuf::uint32 | tcp_port () const |
void | set_tcp_port (::google::protobuf::uint32 value) |
bool | has_modem_id () const |
void | clear_modem_id () |
::google::protobuf::int32 | modem_id () const |
void | set_modem_id (::google::protobuf::int32 value) |
bool | has_serial_baud () const |
void | clear_serial_baud () |
::google::protobuf::uint32 | serial_baud () const |
void | set_serial_baud (::google::protobuf::uint32 value) |
bool | has_connection_type () const |
void | clear_connection_type () |
::goby::acomms::protobuf::DriverConfig_ConnectionType | connection_type () const |
void | set_connection_type (::goby::acomms::protobuf::DriverConfig_ConnectionType value) |
bool | has_reconnect_interval () const |
void | clear_reconnect_interval () |
::google::protobuf::uint32 | reconnect_interval () const |
void | set_reconnect_interval (::google::protobuf::uint32 value) |
bool | has_driver_type () const |
void | clear_driver_type () |
::goby::acomms::protobuf::DriverType | driver_type () const |
void | set_driver_type (::goby::acomms::protobuf::DriverType value) |
bool | has_driver_name () const |
void | clear_driver_name () |
const ::std::string & | driver_name () const |
void | set_driver_name (const ::std::string &value) |
void | set_driver_name (const char *value) |
void | set_driver_name (const char *value, size_t size) |
::std::string * | mutable_driver_name () |
::std::string * | release_driver_name () |
void | set_allocated_driver_name (::std::string *driver_name) |
void | clear_driver () |
DriverCase | driver_case () 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 DriverConfig & | default_instance () |
static void | InitAsDefaultInstance () |
static const DriverConfig * | internal_default_instance () |
static bool | ConnectionType_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | ConnectionType_descriptor () |
static const ::std::string & | ConnectionType_Name (ConnectionType value) |
static bool | ConnectionType_Parse (const ::std::string &name, ConnectionType *value) |
Public Attributes | |
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > | _i_give_permission_to_break_this_code_default_line_delimiter_ |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ConnectionType | CONNECTION_SERIAL |
static const ConnectionType | CONNECTION_TCP_AS_CLIENT |
static const ConnectionType | CONNECTION_TCP_AS_SERVER |
static const ConnectionType | ConnectionType_MIN |
static const ConnectionType | ConnectionType_MAX |
static const int | ConnectionType_ARRAYSIZE |
static const int | kLineDelimiterFieldNumber = 21 |
static const int | kSerialPortFieldNumber = 22 |
static const int | kTcpServerFieldNumber = 24 |
static const int | kRawLogFieldNumber = 30 |
static const int | kTcpPortFieldNumber = 25 |
static const int | kModemIdFieldNumber = 10 |
static const int | kSerialBaudFieldNumber = 23 |
static const int | kConnectionTypeFieldNumber = 20 |
static const int | kReconnectIntervalFieldNumber = 26 |
static const int | kDriverTypeFieldNumber = 1 |
static const int | kDriverNameFieldNumber = 2 |
Friends | |
struct | ::protobuf_goby_2facomms_2fprotobuf_2fdriver_5fbase_2eproto::TableStruct |
void | swap (DriverConfig &a, DriverConfig &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 123 of file driver_base.pb.h.
Definition at line 221 of file driver_base.pb.h.
Enumerator | |
---|---|
kDriverType | |
kDriverName | |
DRIVER_NOT_SET |
Definition at line 159 of file driver_base.pb.h.
goby::acomms::protobuf::DriverConfig::DriverConfig | ( | ) |
|
virtual |
goby::acomms::protobuf::DriverConfig::DriverConfig | ( | const DriverConfig & | from | ) |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 591 of file driver_base.pb.h.
void goby::acomms::protobuf::DriverConfig::clear_driver | ( | ) |
|
inline |
Definition at line 471 of file driver_base.pb.h.
|
inline |
Definition at line 441 of file driver_base.pb.h.
|
inline |
Definition at line 616 of file driver_base.pb.h.
|
inline |
Definition at line 567 of file driver_base.pb.h.
|
inline |
Definition at line 886 of file driver_base.pb.h.
|
inline |
Definition at line 862 of file driver_base.pb.h.
|
inline |
Definition at line 748 of file driver_base.pb.h.
|
inline |
Definition at line 682 of file driver_base.pb.h.
|
inline |
Definition at line 838 of file driver_base.pb.h.
|
inline |
Definition at line 772 of file driver_base.pb.h.
|
inline |
Definition at line 595 of file driver_base.pb.h.
|
inlinestatic |
Definition at line 238 of file driver_base.pb.h.
Definition at line 228 of file driver_base.pb.h.
|
inlinestatic |
Definition at line 241 of file driver_base.pb.h.
|
inlinestatic |
Definition at line 244 of file driver_base.pb.h.
|
final |
void goby::acomms::protobuf::DriverConfig::CopyFrom | ( | const DriverConfig & | from | ) |
|
static |
|
static |
|
inline |
Definition at line 948 of file driver_base.pb.h.
|
inline |
Definition at line 477 of file driver_base.pb.h.
|
inline |
Definition at line 447 of file driver_base.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 201 of file driver_base.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 582 of file driver_base.pb.h.
|
inline |
Definition at line 465 of file driver_base.pb.h.
|
inline |
Definition at line 435 of file driver_base.pb.h.
|
inline |
Definition at line 607 of file driver_base.pb.h.
|
inline |
Definition at line 558 of file driver_base.pb.h.
|
inline |
Definition at line 877 of file driver_base.pb.h.
|
inline |
Definition at line 853 of file driver_base.pb.h.
|
inline |
Definition at line 739 of file driver_base.pb.h.
|
inline |
Definition at line 673 of file driver_base.pb.h.
|
inline |
Definition at line 829 of file driver_base.pb.h.
|
inline |
Definition at line 763 of file driver_base.pb.h.
|
static |
|
inlinestatic |
Definition at line 166 of file driver_base.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 620 of file driver_base.pb.h.
|
final |
void goby::acomms::protobuf::DriverConfig::MergeFrom | ( | const DriverConfig & | from | ) |
|
final |
|
inline |
Definition at line 571 of file driver_base.pb.h.
|
inline |
Definition at line 527 of file driver_base.pb.h.
|
inline |
Definition at line 649 of file driver_base.pb.h.
|
inline |
Definition at line 919 of file driver_base.pb.h.
|
inline |
Definition at line 715 of file driver_base.pb.h.
|
inline |
Definition at line 805 of file driver_base.pb.h.
|
inline |
Definition at line 152 of file driver_base.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 180 of file driver_base.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 184 of file driver_base.pb.h.
|
inline |
Definition at line 130 of file driver_base.pb.h.
|
inline |
Definition at line 890 of file driver_base.pb.h.
|
inline |
Definition at line 866 of file driver_base.pb.h.
|
inline |
Definition at line 536 of file driver_base.pb.h.
|
inline |
Definition at line 654 of file driver_base.pb.h.
|
inline |
Definition at line 924 of file driver_base.pb.h.
|
inline |
Definition at line 720 of file driver_base.pb.h.
|
inline |
Definition at line 810 of file driver_base.pb.h.
|
inline |
Definition at line 752 of file driver_base.pb.h.
|
inline |
Definition at line 686 of file driver_base.pb.h.
|
final |
|
inline |
Definition at line 545 of file driver_base.pb.h.
|
inline |
Definition at line 662 of file driver_base.pb.h.
|
inline |
Definition at line 932 of file driver_base.pb.h.
|
inline |
Definition at line 728 of file driver_base.pb.h.
|
inline |
Definition at line 818 of file driver_base.pb.h.
|
inline |
Definition at line 599 of file driver_base.pb.h.
|
inline |
Definition at line 484 of file driver_base.pb.h.
|
inline |
Definition at line 506 of file driver_base.pb.h.
|
inline |
Definition at line 517 of file driver_base.pb.h.
|
inline |
Definition at line 454 of file driver_base.pb.h.
|
inline |
Definition at line 624 of file driver_base.pb.h.
|
inline |
Definition at line 637 of file driver_base.pb.h.
|
inline |
Definition at line 643 of file driver_base.pb.h.
|
inline |
Definition at line 575 of file driver_base.pb.h.
|
inline |
Definition at line 894 of file driver_base.pb.h.
|
inline |
Definition at line 907 of file driver_base.pb.h.
|
inline |
Definition at line 913 of file driver_base.pb.h.
|
inline |
Definition at line 870 of file driver_base.pb.h.
|
inline |
Definition at line 756 of file driver_base.pb.h.
|
inline |
Definition at line 690 of file driver_base.pb.h.
|
inline |
Definition at line 703 of file driver_base.pb.h.
|
inline |
Definition at line 709 of file driver_base.pb.h.
|
inline |
Definition at line 846 of file driver_base.pb.h.
|
inline |
Definition at line 780 of file driver_base.pb.h.
|
inline |
Definition at line 793 of file driver_base.pb.h.
|
inline |
Definition at line 799 of file driver_base.pb.h.
void goby::acomms::protobuf::DriverConfig::Swap | ( | DriverConfig * | other | ) |
|
inline |
Definition at line 842 of file driver_base.pb.h.
|
inline |
Definition at line 776 of file driver_base.pb.h.
|
inline |
Definition at line 149 of file driver_base.pb.h.
Definition at line 421 of file driver_base.pb.h.
|
friend |
Definition at line 174 of file driver_base.pb.h.
::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::acomms::protobuf::DriverConfig::_i_give_permission_to_break_this_code_default_line_delimiter_ |
Definition at line 403 of file driver_base.pb.h.
|
static |
Definition at line 222 of file driver_base.pb.h.
|
static |
Definition at line 224 of file driver_base.pb.h.
|
static |
Definition at line 226 of file driver_base.pb.h.
|
static |
Definition at line 235 of file driver_base.pb.h.
|
static |
Definition at line 233 of file driver_base.pb.h.
|
static |
Definition at line 231 of file driver_base.pb.h.
|
static |
Definition at line 335 of file driver_base.pb.h.
|
static |
Definition at line 356 of file driver_base.pb.h.
|
static |
Definition at line 349 of file driver_base.pb.h.
|
staticconstexpr |
Definition at line 170 of file driver_base.pb.h.
|
static |
Definition at line 254 of file driver_base.pb.h.
|
static |
Definition at line 321 of file driver_base.pb.h.
|
static |
Definition at line 299 of file driver_base.pb.h.
|
static |
Definition at line 342 of file driver_base.pb.h.
|
static |
Definition at line 328 of file driver_base.pb.h.
|
static |
Definition at line 269 of file driver_base.pb.h.
|
static |
Definition at line 314 of file driver_base.pb.h.
|
static |
Definition at line 284 of file driver_base.pb.h.