Goby3  3.1.4
2024.02.22
driver_base.pb.h File Reference
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_table_driven.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/inlined_string_field.h>
#include <google/protobuf/metadata.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
#include "goby/protobuf/option_extensions.pb.h"
#include <boost/units/quantity.hpp>
#include <boost/units/absolute.hpp>
#include <boost/units/dimensionless_type.hpp>
#include <boost/units/make_scaled_unit.hpp>

Go to the source code of this file.

Classes

struct  protobuf_goby_2facomms_2fprotobuf_2fdriver_5fbase_2eproto::TableStruct
 
class  goby::acomms::protobuf::DriverConfig
 
struct  google::protobuf::is_proto_enum< ::goby::acomms::protobuf::DriverConfig_ConnectionType >
 
struct  google::protobuf::is_proto_enum< ::goby::acomms::protobuf::DriverType >
 

Namespaces

 protobuf_goby_2facomms_2fprotobuf_2fdriver_5fbase_2eproto
 
 goby
 The global namespace for the Goby project.
 
 goby::acomms
 Classes and functions pertaining to acoustic communications (acomms) as well as related marine relevant communications links (such as satellite)
 
 goby::acomms::protobuf
 
 google
 
 google::protobuf
 

Macros

#define PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2facomms_2fprotobuf_2fdriver_5fbase_2eproto
 

Enumerations

enum  goby::acomms::protobuf::DriverConfig_ConnectionType { goby::acomms::protobuf::DriverConfig_ConnectionType_CONNECTION_SERIAL = 1, goby::acomms::protobuf::DriverConfig_ConnectionType_CONNECTION_TCP_AS_CLIENT = 2, goby::acomms::protobuf::DriverConfig_ConnectionType_CONNECTION_TCP_AS_SERVER = 3 }
 
enum  goby::acomms::protobuf::DriverType {
  goby::acomms::protobuf::DRIVER_NONE = 1, goby::acomms::protobuf::DRIVER_WHOI_MICROMODEM = 2, goby::acomms::protobuf::DRIVER_ABC_EXAMPLE_MODEM = 3, goby::acomms::protobuf::DRIVER_UFIELD_SIM_DRIVER = 4,
  goby::acomms::protobuf::DRIVER_UDP = 6, goby::acomms::protobuf::DRIVER_BLUEFIN_MOOS = 7, goby::acomms::protobuf::DRIVER_IRIDIUM = 8, goby::acomms::protobuf::DRIVER_IRIDIUM_SHORE = 9,
  goby::acomms::protobuf::DRIVER_BENTHOS_ATM900 = 10, goby::acomms::protobuf::DRIVER_UDP_MULTICAST = 11, goby::acomms::protobuf::DRIVER_POPOTO = 12
}
 

Functions

void protobuf_goby_2facomms_2fprotobuf_2fdriver_5fbase_2eproto::AddDescriptors ()
 
template<>
::goby::acomms::protobuf::DriverConfiggoogle::protobuf::Arena::CreateMaybeMessage<::goby::acomms::protobuf::DriverConfig > (Arena *)
 
bool goby::acomms::protobuf::DriverConfig_ConnectionType_IsValid (int value)
 
const ::google::protobuf::EnumDescriptor * goby::acomms::protobuf::DriverConfig_ConnectionType_descriptor ()
 
const ::std::string & goby::acomms::protobuf::DriverConfig_ConnectionType_Name (DriverConfig_ConnectionType value)
 
bool goby::acomms::protobuf::DriverConfig_ConnectionType_Parse (const ::std::string &name, DriverConfig_ConnectionType *value)
 
bool goby::acomms::protobuf::DriverType_IsValid (int value)
 
const ::google::protobuf::EnumDescriptor * goby::acomms::protobuf::DriverType_descriptor ()
 
const ::std::string & goby::acomms::protobuf::DriverType_Name (DriverType value)
 
bool goby::acomms::protobuf::DriverType_Parse (const ::std::string &name, DriverType *value)
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::goby::acomms::protobuf::DriverConfig_ConnectionType > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::goby::acomms::protobuf::DriverType > ()
 

Variables

DriverConfigDefaultTypeInternal goby::acomms::protobuf::_DriverConfig_default_instance_
 
const DriverConfig_ConnectionType goby::acomms::protobuf::DriverConfig_ConnectionType_ConnectionType_MIN = DriverConfig_ConnectionType_CONNECTION_SERIAL
 
const DriverConfig_ConnectionType goby::acomms::protobuf::DriverConfig_ConnectionType_ConnectionType_MAX = DriverConfig_ConnectionType_CONNECTION_TCP_AS_SERVER
 
const int goby::acomms::protobuf::DriverConfig_ConnectionType_ConnectionType_ARRAYSIZE = DriverConfig_ConnectionType_ConnectionType_MAX + 1
 
const DriverType goby::acomms::protobuf::DriverType_MIN = DRIVER_NONE
 
const DriverType goby::acomms::protobuf::DriverType_MAX = DRIVER_POPOTO
 
const int goby::acomms::protobuf::DriverType_ARRAYSIZE = DriverType_MAX + 1
 

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2facomms_2fprotobuf_2fdriver_5fbase_2eproto

#define PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2facomms_2fprotobuf_2fdriver_5fbase_2eproto

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