Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::acomms::popoto::protobuf Namespace Reference

Classes

class  Config
 
class  ModemAddress
 
class  RangingReply
 
class  Transmission
 

Enumerations

enum  TransmissionType : int {
  BASE_TYPE = 0 , POPOTO_TWO_WAY_PING = 1 , POPOTO_PLAY_FILE = 2 , POPOTO_TWO_WAY_RANGE = 3 ,
  POPOTO_DEEP_SLEEP = 4 , POPOTO_WAKE = 5 , POPOTO_SET_TX = 6
}
 

Functions

bool TransmissionType_IsValid (int value)
 
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * TransmissionType_descriptor ()
 
template<typename T >
const std::string & TransmissionType_Name (T enum_t_value)
 
bool TransmissionType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, TransmissionType *value)
 

Variables

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

Enumeration Type Documentation

◆ TransmissionType

Enumerator
BASE_TYPE 
POPOTO_TWO_WAY_PING 
POPOTO_PLAY_FILE 
POPOTO_TWO_WAY_RANGE 
POPOTO_DEEP_SLEEP 
POPOTO_WAKE 
POPOTO_SET_TX 

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

Function Documentation

◆ TransmissionType_descriptor()

const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::acomms::popoto::protobuf::TransmissionType_descriptor ( )

◆ TransmissionType_IsValid()

bool goby::acomms::popoto::protobuf::TransmissionType_IsValid ( int  value)

◆ TransmissionType_Name()

template<typename T >
const std::string & goby::acomms::popoto::protobuf::TransmissionType_Name ( enum_t_value)
inline

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

◆ TransmissionType_Parse()

bool goby::acomms::popoto::protobuf::TransmissionType_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
TransmissionType value 
)
inline

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

Variable Documentation

◆ _Config_default_instance_

ConfigDefaultTypeInternal goby::acomms::popoto::protobuf::_Config_default_instance_
extern

◆ _ModemAddress_default_instance_

ModemAddressDefaultTypeInternal goby::acomms::popoto::protobuf::_ModemAddress_default_instance_
extern

◆ _RangingReply_default_instance_

RangingReplyDefaultTypeInternal goby::acomms::popoto::protobuf::_RangingReply_default_instance_
extern

◆ _Transmission_default_instance_

TransmissionDefaultTypeInternal goby::acomms::popoto::protobuf::_Transmission_default_instance_
extern

◆ config

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

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

◆ kConfigFieldNumber

const int goby::acomms::popoto::protobuf::kConfigFieldNumber = 1442
static

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

◆ kTransmissionFieldNumber

const int goby::acomms::popoto::protobuf::kTransmissionFieldNumber = 1441
static

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

◆ transmission

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

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

◆ TransmissionType_ARRAYSIZE

constexpr int goby::acomms::popoto::protobuf::TransmissionType_ARRAYSIZE = TransmissionType_MAX + 1
constexpr

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

◆ TransmissionType_MAX

constexpr TransmissionType goby::acomms::popoto::protobuf::TransmissionType_MAX = POPOTO_SET_TX
constexpr

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

◆ TransmissionType_MIN

constexpr TransmissionType goby::acomms::popoto::protobuf::TransmissionType_MIN = BASE_TYPE
constexpr

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