Goby3  3.1.5
2024.05.14
popoto_driver.pb.h File Reference
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
#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_lite.h>
#include <google/protobuf/generated_message_reflection.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 "dccl/option_extensions.pb.h"
#include "goby/acomms/protobuf/driver_base.pb.h"
#include "goby/acomms/protobuf/modem_message.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>
#include <boost/units/base_units/si/second.hpp>

Go to the source code of this file.

Classes

struct  TableStruct_goby_2facomms_2fprotobuf_2fpopoto_5fdriver_2eproto
 
class  goby::acomms::popoto::protobuf::PROTOBUF_FINAL
 
struct  is_proto_enum< ::goby::acomms::popoto::protobuf::TransmissionType >
 

Namespaces

 internal
 
 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::popoto
 
 goby::acomms::popoto::protobuf
 

Macros

#define PROTOBUF_INTERNAL_EXPORT_goby_2facomms_2fprotobuf_2fpopoto_5fdriver_2eproto
 

Enumerations

enum  goby::acomms::popoto::protobuf::TransmissionType : int {
  goby::acomms::popoto::protobuf::BASE_TYPE = 0 , goby::acomms::popoto::protobuf::POPOTO_TWO_WAY_PING = 1 , goby::acomms::popoto::protobuf::POPOTO_PLAY_FILE = 2 , goby::acomms::popoto::protobuf::POPOTO_TWO_WAY_RANGE = 3 ,
  goby::acomms::popoto::protobuf::POPOTO_DEEP_SLEEP = 4 , goby::acomms::popoto::protobuf::POPOTO_WAKE = 5
}
 

Functions

template<>
PROTOBUF_NAMESPACE_OPEN ::goby::acomms::popoto::protobuf::Config * Arena::CreateMaybeMessage<::goby::acomms::popoto::protobuf::Config > (Arena *)
 
template<>
::goby::acomms::popoto::protobuf::RangingReply * Arena::CreateMaybeMessage<::goby::acomms::popoto::protobuf::RangingReply > (Arena *)
 
template<>
::goby::acomms::popoto::protobuf::Transmission * Arena::CreateMaybeMessage<::goby::acomms::popoto::protobuf::Transmission > (Arena *)
 
bool goby::acomms::popoto::protobuf::TransmissionType_IsValid (int value)
 
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::acomms::popoto::protobuf::TransmissionType_descriptor ()
 
template<typename T >
const std::string & goby::acomms::popoto::protobuf::TransmissionType_Name (T enum_t_value)
 
bool goby::acomms::popoto::protobuf::TransmissionType_Parse (const std::string &name, TransmissionType *value)
 
template<>
const EnumDescriptor * GetEnumDescriptor< ::goby::acomms::popoto::protobuf::TransmissionType > ()
 

Variables

const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2facomms_2fprotobuf_2fpopoto_5fdriver_2eproto
 
ConfigDefaultTypeInternal goby::acomms::popoto::protobuf::_Config_default_instance_
 
RangingReplyDefaultTypeInternal goby::acomms::popoto::protobuf::_RangingReply_default_instance_
 
TransmissionDefaultTypeInternal goby::acomms::popoto::protobuf::_Transmission_default_instance_
 
constexpr TransmissionType goby::acomms::popoto::protobuf::TransmissionType_MIN = BASE_TYPE
 
constexpr TransmissionType goby::acomms::popoto::protobuf::TransmissionType_MAX = POPOTO_WAKE
 
constexpr int goby::acomms::popoto::protobuf::TransmissionType_ARRAYSIZE = TransmissionType_MAX + 1
 
static const int goby::acomms::popoto::protobuf::kConfigFieldNumber = 1442
 
extern ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::goby::acomms::protobuf::DriverConfig, ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::goby::acomms::popoto::protobuf::Config >, 11, false > goby::acomms::popoto::protobuf::config
 
static const int goby::acomms::popoto::protobuf::kTransmissionFieldNumber = 1441
 
extern ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::goby::acomms::protobuf::ModemTransmission, ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::goby::acomms::popoto::protobuf::Transmission >, 11, false > goby::acomms::popoto::protobuf::transmission
 

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_goby_2facomms_2fprotobuf_2fpopoto_5fdriver_2eproto

#define PROTOBUF_INTERNAL_EXPORT_goby_2facomms_2fprotobuf_2fpopoto_5fdriver_2eproto

Definition at line 48 of file popoto_driver.pb.h.

Function Documentation

◆ Arena::CreateMaybeMessage<::goby::acomms::popoto::protobuf::Config >()

template<>
PROTOBUF_NAMESPACE_OPEN ::goby::acomms::popoto::protobuf::Config* Arena::CreateMaybeMessage<::goby::acomms::popoto::protobuf::Config > ( Arena *  )

◆ Arena::CreateMaybeMessage<::goby::acomms::popoto::protobuf::RangingReply >()

template<>
::goby::acomms::popoto::protobuf::RangingReply* Arena::CreateMaybeMessage<::goby::acomms::popoto::protobuf::RangingReply > ( Arena *  )

◆ Arena::CreateMaybeMessage<::goby::acomms::popoto::protobuf::Transmission >()

template<>
::goby::acomms::popoto::protobuf::Transmission* Arena::CreateMaybeMessage<::goby::acomms::popoto::protobuf::Transmission > ( Arena *  )

◆ GetEnumDescriptor< ::goby::acomms::popoto::protobuf::TransmissionType >()

template<>
const EnumDescriptor* GetEnumDescriptor< ::goby::acomms::popoto::protobuf::TransmissionType > ( )
inline

Definition at line 1067 of file popoto_driver.pb.h.

Variable Documentation

◆ descriptor_table_goby_2facomms_2fprotobuf_2fpopoto_5fdriver_2eproto

const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2facomms_2fprotobuf_2fpopoto_5fdriver_2eproto
extern