Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
amac.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_util.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 "dccl/option_extensions.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>

Go to the source code of this file.

Classes

struct  TableStruct_goby_2facomms_2fprotobuf_2famac_2eproto
 
class  goby::acomms::protobuf::MACUpdate
 
struct  is_proto_enum< ::goby::acomms::protobuf::MACUpdate_UpdateType >
 
struct  is_proto_enum< ::goby::acomms::protobuf::MACUpdate_CycleState >
 

Namespaces

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

Macros

#define PROTOBUF_INTERNAL_EXPORT_goby_2facomms_2fprotobuf_2famac_2eproto
 

Enumerations

enum  goby::acomms::protobuf::MACUpdate_UpdateType : int {
  goby::acomms::protobuf::MACUpdate_UpdateType_NO_CHANGE = 0 , goby::acomms::protobuf::MACUpdate_UpdateType_ASSIGN = 1 , goby::acomms::protobuf::MACUpdate_UpdateType_PUSH_BACK = 2 , goby::acomms::protobuf::MACUpdate_UpdateType_PUSH_FRONT = 3 ,
  goby::acomms::protobuf::MACUpdate_UpdateType_POP_BACK = 4 , goby::acomms::protobuf::MACUpdate_UpdateType_POP_FRONT = 5 , goby::acomms::protobuf::MACUpdate_UpdateType_INSERT = 6 , goby::acomms::protobuf::MACUpdate_UpdateType_ERASE = 7 ,
  goby::acomms::protobuf::MACUpdate_UpdateType_CLEAR = 8
}
 
enum  goby::acomms::protobuf::MACUpdate_CycleState : int { goby::acomms::protobuf::MACUpdate_CycleState_STOPPED = 1 , goby::acomms::protobuf::MACUpdate_CycleState_STARTED = 2 }
 

Functions

template<>
PROTOBUF_NAMESPACE_OPEN ::goby::acomms::protobuf::MACUpdateArena::CreateMaybeMessage<::goby::acomms::protobuf::MACUpdate > (Arena *)
 
bool goby::acomms::protobuf::MACUpdate_UpdateType_IsValid (int value)
 
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::acomms::protobuf::MACUpdate_UpdateType_descriptor ()
 
template<typename T >
const std::string & goby::acomms::protobuf::MACUpdate_UpdateType_Name (T enum_t_value)
 
bool goby::acomms::protobuf::MACUpdate_UpdateType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, MACUpdate_UpdateType *value)
 
bool goby::acomms::protobuf::MACUpdate_CycleState_IsValid (int value)
 
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::acomms::protobuf::MACUpdate_CycleState_descriptor ()
 
template<typename T >
const std::string & goby::acomms::protobuf::MACUpdate_CycleState_Name (T enum_t_value)
 
bool goby::acomms::protobuf::MACUpdate_CycleState_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, MACUpdate_CycleState *value)
 
template<>
const EnumDescriptor * GetEnumDescriptor< ::goby::acomms::protobuf::MACUpdate_UpdateType > ()
 
template<>
const EnumDescriptor * GetEnumDescriptor< ::goby::acomms::protobuf::MACUpdate_CycleState > ()
 

Variables

const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2facomms_2fprotobuf_2famac_2eproto
 
MACUpdateDefaultTypeInternal goby::acomms::protobuf::_MACUpdate_default_instance_
 
constexpr MACUpdate_UpdateType goby::acomms::protobuf::MACUpdate_UpdateType_UpdateType_MIN = MACUpdate_UpdateType_NO_CHANGE
 
constexpr MACUpdate_UpdateType goby::acomms::protobuf::MACUpdate_UpdateType_UpdateType_MAX = MACUpdate_UpdateType_CLEAR
 
constexpr int goby::acomms::protobuf::MACUpdate_UpdateType_UpdateType_ARRAYSIZE = MACUpdate_UpdateType_UpdateType_MAX + 1
 
constexpr MACUpdate_CycleState goby::acomms::protobuf::MACUpdate_CycleState_CycleState_MIN = MACUpdate_CycleState_STOPPED
 
constexpr MACUpdate_CycleState goby::acomms::protobuf::MACUpdate_CycleState_CycleState_MAX = MACUpdate_CycleState_STARTED
 
constexpr int goby::acomms::protobuf::MACUpdate_CycleState_CycleState_ARRAYSIZE = MACUpdate_CycleState_CycleState_MAX + 1
 

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_goby_2facomms_2fprotobuf_2famac_2eproto

#define PROTOBUF_INTERNAL_EXPORT_goby_2facomms_2fprotobuf_2famac_2eproto

Definition at line 42 of file amac.pb.h.

Function Documentation

◆ Arena::CreateMaybeMessage<::goby::acomms::protobuf::MACUpdate >()

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

◆ GetEnumDescriptor< ::goby::acomms::protobuf::MACUpdate_CycleState >()

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

Definition at line 693 of file amac.pb.h.

◆ GetEnumDescriptor< ::goby::acomms::protobuf::MACUpdate_UpdateType >()

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

Definition at line 688 of file amac.pb.h.

Variable Documentation

◆ descriptor_table_goby_2facomms_2fprotobuf_2famac_2eproto

const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2facomms_2fprotobuf_2famac_2eproto
extern