Goby3  3.1.4
2024.02.22
goby::acomms::protobuf::DriverConfig Class Reference

#include <goby/acomms/protobuf/driver_base.pb.h>

Inheritance diagram for goby::acomms::protobuf::DriverConfig:
google::protobuf::Message google::protobuf::MessageLite

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)
 
DriverConfigoperator= (const DriverConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DriverConfig *other)
 
DriverConfigNew () const final
 
DriverConfigNew (::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 ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () 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 DriverConfigdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const DriverConfiginternal_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)
 

Detailed Description

Definition at line 122 of file driver_base.pb.h.

Member Typedef Documentation

◆ ConnectionType

Member Enumeration Documentation

◆ DriverCase

Enumerator
kDriverType 
kDriverName 
DRIVER_NOT_SET 

Definition at line 158 of file driver_base.pb.h.

Constructor & Destructor Documentation

◆ DriverConfig() [1/2]

goby::acomms::protobuf::DriverConfig::DriverConfig ( )

◆ ~DriverConfig()

virtual goby::acomms::protobuf::DriverConfig::~DriverConfig ( )
virtual

◆ DriverConfig() [2/2]

goby::acomms::protobuf::DriverConfig::DriverConfig ( const DriverConfig from)

Member Function Documentation

◆ ByteSizeLong()

size_t goby::acomms::protobuf::DriverConfig::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::acomms::protobuf::DriverConfig::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_connection_type()

void goby::acomms::protobuf::DriverConfig::clear_connection_type ( )
inline

Definition at line 590 of file driver_base.pb.h.

◆ clear_driver()

void goby::acomms::protobuf::DriverConfig::clear_driver ( )

◆ clear_driver_name()

void goby::acomms::protobuf::DriverConfig::clear_driver_name ( )
inline

Definition at line 470 of file driver_base.pb.h.

◆ clear_driver_type()

void goby::acomms::protobuf::DriverConfig::clear_driver_type ( )
inline

Definition at line 440 of file driver_base.pb.h.

◆ clear_line_delimiter()

void goby::acomms::protobuf::DriverConfig::clear_line_delimiter ( )
inline

Definition at line 615 of file driver_base.pb.h.

◆ clear_modem_id()

void goby::acomms::protobuf::DriverConfig::clear_modem_id ( )
inline

Definition at line 566 of file driver_base.pb.h.

◆ clear_raw_log()

void goby::acomms::protobuf::DriverConfig::clear_raw_log ( )
inline

Definition at line 885 of file driver_base.pb.h.

◆ clear_reconnect_interval()

void goby::acomms::protobuf::DriverConfig::clear_reconnect_interval ( )
inline

Definition at line 861 of file driver_base.pb.h.

◆ clear_serial_baud()

void goby::acomms::protobuf::DriverConfig::clear_serial_baud ( )
inline

Definition at line 747 of file driver_base.pb.h.

◆ clear_serial_port()

void goby::acomms::protobuf::DriverConfig::clear_serial_port ( )
inline

Definition at line 681 of file driver_base.pb.h.

◆ clear_tcp_port()

void goby::acomms::protobuf::DriverConfig::clear_tcp_port ( )
inline

Definition at line 837 of file driver_base.pb.h.

◆ clear_tcp_server()

void goby::acomms::protobuf::DriverConfig::clear_tcp_server ( )
inline

Definition at line 771 of file driver_base.pb.h.

◆ connection_type()

goby::acomms::protobuf::DriverConfig_ConnectionType goby::acomms::protobuf::DriverConfig::connection_type ( ) const
inline

Definition at line 594 of file driver_base.pb.h.

◆ ConnectionType_descriptor()

static const ::google::protobuf::EnumDescriptor* goby::acomms::protobuf::DriverConfig::ConnectionType_descriptor ( )
inlinestatic

Definition at line 237 of file driver_base.pb.h.

◆ ConnectionType_IsValid()

static bool goby::acomms::protobuf::DriverConfig::ConnectionType_IsValid ( int  value)
inlinestatic

Definition at line 227 of file driver_base.pb.h.

◆ ConnectionType_Name()

static const ::std::string& goby::acomms::protobuf::DriverConfig::ConnectionType_Name ( ConnectionType  value)
inlinestatic

Definition at line 240 of file driver_base.pb.h.

◆ ConnectionType_Parse()

static bool goby::acomms::protobuf::DriverConfig::ConnectionType_Parse ( const ::std::string &  name,
ConnectionType value 
)
inlinestatic

Definition at line 243 of file driver_base.pb.h.

◆ CopyFrom() [1/2]

void goby::acomms::protobuf::DriverConfig::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::acomms::protobuf::DriverConfig::CopyFrom ( const DriverConfig from)

◆ default_instance()

static const DriverConfig& goby::acomms::protobuf::DriverConfig::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::acomms::protobuf::DriverConfig::descriptor ( )
static

◆ driver_case()

DriverConfig::DriverCase goby::acomms::protobuf::DriverConfig::driver_case ( ) const
inline

Definition at line 947 of file driver_base.pb.h.

◆ driver_name()

const ::std::string & goby::acomms::protobuf::DriverConfig::driver_name ( ) const
inline

Definition at line 476 of file driver_base.pb.h.

◆ driver_type()

goby::acomms::protobuf::DriverType goby::acomms::protobuf::DriverConfig::driver_type ( ) const
inline

Definition at line 446 of file driver_base.pb.h.

◆ GetCachedSize()

int goby::acomms::protobuf::DriverConfig::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 200 of file driver_base.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::acomms::protobuf::DriverConfig::GetMetadata ( ) const
finalvirtual

◆ has_connection_type()

bool goby::acomms::protobuf::DriverConfig::has_connection_type ( ) const
inline

Definition at line 581 of file driver_base.pb.h.

◆ has_driver_name()

bool goby::acomms::protobuf::DriverConfig::has_driver_name ( ) const
inline

Definition at line 464 of file driver_base.pb.h.

◆ has_driver_type()

bool goby::acomms::protobuf::DriverConfig::has_driver_type ( ) const
inline

Definition at line 434 of file driver_base.pb.h.

◆ has_line_delimiter()

bool goby::acomms::protobuf::DriverConfig::has_line_delimiter ( ) const
inline

Definition at line 606 of file driver_base.pb.h.

◆ has_modem_id()

bool goby::acomms::protobuf::DriverConfig::has_modem_id ( ) const
inline

Definition at line 557 of file driver_base.pb.h.

◆ has_raw_log()

bool goby::acomms::protobuf::DriverConfig::has_raw_log ( ) const
inline

Definition at line 876 of file driver_base.pb.h.

◆ has_reconnect_interval()

bool goby::acomms::protobuf::DriverConfig::has_reconnect_interval ( ) const
inline

Definition at line 852 of file driver_base.pb.h.

◆ has_serial_baud()

bool goby::acomms::protobuf::DriverConfig::has_serial_baud ( ) const
inline

Definition at line 738 of file driver_base.pb.h.

◆ has_serial_port()

bool goby::acomms::protobuf::DriverConfig::has_serial_port ( ) const
inline

Definition at line 672 of file driver_base.pb.h.

◆ has_tcp_port()

bool goby::acomms::protobuf::DriverConfig::has_tcp_port ( ) const
inline

Definition at line 828 of file driver_base.pb.h.

◆ has_tcp_server()

bool goby::acomms::protobuf::DriverConfig::has_tcp_server ( ) const
inline

Definition at line 762 of file driver_base.pb.h.

◆ InitAsDefaultInstance()

static void goby::acomms::protobuf::DriverConfig::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const DriverConfig* goby::acomms::protobuf::DriverConfig::internal_default_instance ( )
inlinestatic

Definition at line 165 of file driver_base.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::acomms::protobuf::DriverConfig::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::acomms::protobuf::DriverConfig::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ line_delimiter()

const ::std::string & goby::acomms::protobuf::DriverConfig::line_delimiter ( ) const
inline

Definition at line 619 of file driver_base.pb.h.

◆ MergeFrom() [1/2]

void goby::acomms::protobuf::DriverConfig::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::acomms::protobuf::DriverConfig::MergeFrom ( const DriverConfig from)

◆ MergePartialFromCodedStream()

bool goby::acomms::protobuf::DriverConfig::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ modem_id()

google::protobuf::int32 goby::acomms::protobuf::DriverConfig::modem_id ( ) const
inline

Definition at line 570 of file driver_base.pb.h.

◆ mutable_driver_name()

std::string * goby::acomms::protobuf::DriverConfig::mutable_driver_name ( )
inline

Definition at line 526 of file driver_base.pb.h.

◆ mutable_line_delimiter()

std::string * goby::acomms::protobuf::DriverConfig::mutable_line_delimiter ( )
inline

Definition at line 648 of file driver_base.pb.h.

◆ mutable_raw_log()

std::string * goby::acomms::protobuf::DriverConfig::mutable_raw_log ( )
inline

Definition at line 918 of file driver_base.pb.h.

◆ mutable_serial_port()

std::string * goby::acomms::protobuf::DriverConfig::mutable_serial_port ( )
inline

Definition at line 714 of file driver_base.pb.h.

◆ mutable_tcp_server()

std::string * goby::acomms::protobuf::DriverConfig::mutable_tcp_server ( )
inline

Definition at line 804 of file driver_base.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::acomms::protobuf::DriverConfig::mutable_unknown_fields ( )
inline

Definition at line 151 of file driver_base.pb.h.

◆ New() [1/2]

DriverConfig* goby::acomms::protobuf::DriverConfig::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 179 of file driver_base.pb.h.

◆ New() [2/2]

DriverConfig* goby::acomms::protobuf::DriverConfig::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 183 of file driver_base.pb.h.

◆ operator=()

DriverConfig& goby::acomms::protobuf::DriverConfig::operator= ( const DriverConfig from)
inline

Definition at line 129 of file driver_base.pb.h.

◆ raw_log()

const ::std::string & goby::acomms::protobuf::DriverConfig::raw_log ( ) const
inline

Definition at line 889 of file driver_base.pb.h.

◆ reconnect_interval()

google::protobuf::uint32 goby::acomms::protobuf::DriverConfig::reconnect_interval ( ) const
inline

Definition at line 865 of file driver_base.pb.h.

◆ release_driver_name()

std::string * goby::acomms::protobuf::DriverConfig::release_driver_name ( )
inline

Definition at line 535 of file driver_base.pb.h.

◆ release_line_delimiter()

std::string * goby::acomms::protobuf::DriverConfig::release_line_delimiter ( )
inline

Definition at line 653 of file driver_base.pb.h.

◆ release_raw_log()

std::string * goby::acomms::protobuf::DriverConfig::release_raw_log ( )
inline

Definition at line 923 of file driver_base.pb.h.

◆ release_serial_port()

std::string * goby::acomms::protobuf::DriverConfig::release_serial_port ( )
inline

Definition at line 719 of file driver_base.pb.h.

◆ release_tcp_server()

std::string * goby::acomms::protobuf::DriverConfig::release_tcp_server ( )
inline

Definition at line 809 of file driver_base.pb.h.

◆ serial_baud()

google::protobuf::uint32 goby::acomms::protobuf::DriverConfig::serial_baud ( ) const
inline

Definition at line 751 of file driver_base.pb.h.

◆ serial_port()

const ::std::string & goby::acomms::protobuf::DriverConfig::serial_port ( ) const
inline

Definition at line 685 of file driver_base.pb.h.

◆ SerializeWithCachedSizes()

void goby::acomms::protobuf::DriverConfig::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_driver_name()

void goby::acomms::protobuf::DriverConfig::set_allocated_driver_name ( ::std::string *  driver_name)
inline

Definition at line 544 of file driver_base.pb.h.

◆ set_allocated_line_delimiter()

void goby::acomms::protobuf::DriverConfig::set_allocated_line_delimiter ( ::std::string *  line_delimiter)
inline

Definition at line 661 of file driver_base.pb.h.

◆ set_allocated_raw_log()

void goby::acomms::protobuf::DriverConfig::set_allocated_raw_log ( ::std::string *  raw_log)
inline

Definition at line 931 of file driver_base.pb.h.

◆ set_allocated_serial_port()

void goby::acomms::protobuf::DriverConfig::set_allocated_serial_port ( ::std::string *  serial_port)
inline

Definition at line 727 of file driver_base.pb.h.

◆ set_allocated_tcp_server()

void goby::acomms::protobuf::DriverConfig::set_allocated_tcp_server ( ::std::string *  tcp_server)
inline

Definition at line 817 of file driver_base.pb.h.

◆ set_connection_type()

void goby::acomms::protobuf::DriverConfig::set_connection_type ( ::goby::acomms::protobuf::DriverConfig_ConnectionType  value)
inline

Definition at line 598 of file driver_base.pb.h.

◆ set_driver_name() [1/3]

void goby::acomms::protobuf::DriverConfig::set_driver_name ( const ::std::string &  value)
inline

Definition at line 483 of file driver_base.pb.h.

◆ set_driver_name() [2/3]

void goby::acomms::protobuf::DriverConfig::set_driver_name ( const char value)
inline

Definition at line 505 of file driver_base.pb.h.

◆ set_driver_name() [3/3]

void goby::acomms::protobuf::DriverConfig::set_driver_name ( const char value,
size_t  size 
)
inline

Definition at line 516 of file driver_base.pb.h.

◆ set_driver_type()

void goby::acomms::protobuf::DriverConfig::set_driver_type ( ::goby::acomms::protobuf::DriverType  value)
inline

Definition at line 453 of file driver_base.pb.h.

◆ set_line_delimiter() [1/3]

void goby::acomms::protobuf::DriverConfig::set_line_delimiter ( const ::std::string &  value)
inline

Definition at line 623 of file driver_base.pb.h.

◆ set_line_delimiter() [2/3]

void goby::acomms::protobuf::DriverConfig::set_line_delimiter ( const char value)
inline

Definition at line 636 of file driver_base.pb.h.

◆ set_line_delimiter() [3/3]

void goby::acomms::protobuf::DriverConfig::set_line_delimiter ( const char value,
size_t  size 
)
inline

Definition at line 642 of file driver_base.pb.h.

◆ set_modem_id()

void goby::acomms::protobuf::DriverConfig::set_modem_id ( ::google::protobuf::int32  value)
inline

Definition at line 574 of file driver_base.pb.h.

◆ set_raw_log() [1/3]

void goby::acomms::protobuf::DriverConfig::set_raw_log ( const ::std::string &  value)
inline

Definition at line 893 of file driver_base.pb.h.

◆ set_raw_log() [2/3]

void goby::acomms::protobuf::DriverConfig::set_raw_log ( const char value)
inline

Definition at line 906 of file driver_base.pb.h.

◆ set_raw_log() [3/3]

void goby::acomms::protobuf::DriverConfig::set_raw_log ( const char value,
size_t  size 
)
inline

Definition at line 912 of file driver_base.pb.h.

◆ set_reconnect_interval()

void goby::acomms::protobuf::DriverConfig::set_reconnect_interval ( ::google::protobuf::uint32  value)
inline

Definition at line 869 of file driver_base.pb.h.

◆ set_serial_baud()

void goby::acomms::protobuf::DriverConfig::set_serial_baud ( ::google::protobuf::uint32  value)
inline

Definition at line 755 of file driver_base.pb.h.

◆ set_serial_port() [1/3]

void goby::acomms::protobuf::DriverConfig::set_serial_port ( const ::std::string &  value)
inline

Definition at line 689 of file driver_base.pb.h.

◆ set_serial_port() [2/3]

void goby::acomms::protobuf::DriverConfig::set_serial_port ( const char value)
inline

Definition at line 702 of file driver_base.pb.h.

◆ set_serial_port() [3/3]

void goby::acomms::protobuf::DriverConfig::set_serial_port ( const char value,
size_t  size 
)
inline

Definition at line 708 of file driver_base.pb.h.

◆ set_tcp_port()

void goby::acomms::protobuf::DriverConfig::set_tcp_port ( ::google::protobuf::uint32  value)
inline

Definition at line 845 of file driver_base.pb.h.

◆ set_tcp_server() [1/3]

void goby::acomms::protobuf::DriverConfig::set_tcp_server ( const ::std::string &  value)
inline

Definition at line 779 of file driver_base.pb.h.

◆ set_tcp_server() [2/3]

void goby::acomms::protobuf::DriverConfig::set_tcp_server ( const char value)
inline

Definition at line 792 of file driver_base.pb.h.

◆ set_tcp_server() [3/3]

void goby::acomms::protobuf::DriverConfig::set_tcp_server ( const char value,
size_t  size 
)
inline

Definition at line 798 of file driver_base.pb.h.

◆ Swap()

void goby::acomms::protobuf::DriverConfig::Swap ( DriverConfig other)

◆ tcp_port()

google::protobuf::uint32 goby::acomms::protobuf::DriverConfig::tcp_port ( ) const
inline

Definition at line 841 of file driver_base.pb.h.

◆ tcp_server()

const ::std::string & goby::acomms::protobuf::DriverConfig::tcp_server ( ) const
inline

Definition at line 775 of file driver_base.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::acomms::protobuf::DriverConfig::unknown_fields ( ) const
inline

Definition at line 148 of file driver_base.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2facomms_2fprotobuf_2fdriver_5fbase_2eproto::TableStruct

◆ swap

void swap ( DriverConfig a,
DriverConfig b 
)
friend

Definition at line 173 of file driver_base.pb.h.

Member Data Documentation

◆ _i_give_permission_to_break_this_code_default_line_delimiter_

::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::acomms::protobuf::DriverConfig::_i_give_permission_to_break_this_code_default_line_delimiter_

Definition at line 402 of file driver_base.pb.h.

◆ CONNECTION_SERIAL

const ConnectionType goby::acomms::protobuf::DriverConfig::CONNECTION_SERIAL
static
Initial value:

Definition at line 221 of file driver_base.pb.h.

◆ CONNECTION_TCP_AS_CLIENT

const ConnectionType goby::acomms::protobuf::DriverConfig::CONNECTION_TCP_AS_CLIENT
static
Initial value:

Definition at line 223 of file driver_base.pb.h.

◆ CONNECTION_TCP_AS_SERVER

const ConnectionType goby::acomms::protobuf::DriverConfig::CONNECTION_TCP_AS_SERVER
static
Initial value:

Definition at line 225 of file driver_base.pb.h.

◆ ConnectionType_ARRAYSIZE

const int goby::acomms::protobuf::DriverConfig::ConnectionType_ARRAYSIZE
static
Initial value:

Definition at line 234 of file driver_base.pb.h.

◆ ConnectionType_MAX

const ConnectionType goby::acomms::protobuf::DriverConfig::ConnectionType_MAX
static
Initial value:

Definition at line 232 of file driver_base.pb.h.

◆ ConnectionType_MIN

const ConnectionType goby::acomms::protobuf::DriverConfig::ConnectionType_MIN
static
Initial value:

Definition at line 230 of file driver_base.pb.h.

◆ kConnectionTypeFieldNumber

const int goby::acomms::protobuf::DriverConfig::kConnectionTypeFieldNumber = 20
static

Definition at line 334 of file driver_base.pb.h.

◆ kDriverNameFieldNumber

const int goby::acomms::protobuf::DriverConfig::kDriverNameFieldNumber = 2
static

Definition at line 355 of file driver_base.pb.h.

◆ kDriverTypeFieldNumber

const int goby::acomms::protobuf::DriverConfig::kDriverTypeFieldNumber = 1
static

Definition at line 348 of file driver_base.pb.h.

◆ kIndexInFileMessages

constexpr int goby::acomms::protobuf::DriverConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 169 of file driver_base.pb.h.

◆ kLineDelimiterFieldNumber

const int goby::acomms::protobuf::DriverConfig::kLineDelimiterFieldNumber = 21
static

Definition at line 253 of file driver_base.pb.h.

◆ kModemIdFieldNumber

const int goby::acomms::protobuf::DriverConfig::kModemIdFieldNumber = 10
static

Definition at line 320 of file driver_base.pb.h.

◆ kRawLogFieldNumber

const int goby::acomms::protobuf::DriverConfig::kRawLogFieldNumber = 30
static

Definition at line 298 of file driver_base.pb.h.

◆ kReconnectIntervalFieldNumber

const int goby::acomms::protobuf::DriverConfig::kReconnectIntervalFieldNumber = 26
static

Definition at line 341 of file driver_base.pb.h.

◆ kSerialBaudFieldNumber

const int goby::acomms::protobuf::DriverConfig::kSerialBaudFieldNumber = 23
static

Definition at line 327 of file driver_base.pb.h.

◆ kSerialPortFieldNumber

const int goby::acomms::protobuf::DriverConfig::kSerialPortFieldNumber = 22
static

Definition at line 268 of file driver_base.pb.h.

◆ kTcpPortFieldNumber

const int goby::acomms::protobuf::DriverConfig::kTcpPortFieldNumber = 25
static

Definition at line 313 of file driver_base.pb.h.

◆ kTcpServerFieldNumber

const int goby::acomms::protobuf::DriverConfig::kTcpServerFieldNumber = 24
static

Definition at line 283 of file driver_base.pb.h.


The documentation for this class was generated from the following file:
goby::acomms::protobuf::DriverConfig_ConnectionType_ConnectionType_MIN
const DriverConfig_ConnectionType DriverConfig_ConnectionType_ConnectionType_MIN
Definition: driver_base.pb.h:78
goby::acomms::protobuf::DriverConfig_ConnectionType_CONNECTION_TCP_AS_CLIENT
@ DriverConfig_ConnectionType_CONNECTION_TCP_AS_CLIENT
Definition: driver_base.pb.h:74
goby::acomms::protobuf::DriverConfig_ConnectionType_CONNECTION_SERIAL
@ DriverConfig_ConnectionType_CONNECTION_SERIAL
Definition: driver_base.pb.h:73
goby::acomms::protobuf::DriverConfig_ConnectionType_ConnectionType_ARRAYSIZE
const int DriverConfig_ConnectionType_ConnectionType_ARRAYSIZE
Definition: driver_base.pb.h:80
goby::acomms::protobuf::DriverConfig_ConnectionType_ConnectionType_MAX
const DriverConfig_ConnectionType DriverConfig_ConnectionType_ConnectionType_MAX
Definition: driver_base.pb.h:79
goby::acomms::protobuf::DriverConfig_ConnectionType_CONNECTION_TCP_AS_SERVER
@ DriverConfig_ConnectionType_CONNECTION_TCP_AS_SERVER
Definition: driver_base.pb.h:75