Goby3  3.1.4
2024.02.22
amac.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 "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  protobuf_goby_2facomms_2fprotobuf_2famac_2eproto::TableStruct
 
class  goby::acomms::protobuf::MACUpdate
 
struct  google::protobuf::is_proto_enum< ::goby::acomms::protobuf::MACUpdate_UpdateType >
 
struct  google::protobuf::is_proto_enum< ::goby::acomms::protobuf::MACUpdate_CycleState >
 

Namespaces

 protobuf_goby_2facomms_2fprotobuf_2famac_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_2famac_2eproto
 

Enumerations

enum  goby::acomms::protobuf::MACUpdate_UpdateType {
  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 { goby::acomms::protobuf::MACUpdate_CycleState_STOPPED = 1, goby::acomms::protobuf::MACUpdate_CycleState_STARTED = 2 }
 

Functions

void protobuf_goby_2facomms_2fprotobuf_2famac_2eproto::AddDescriptors ()
 
template<>
::goby::acomms::protobuf::MACUpdategoogle::protobuf::Arena::CreateMaybeMessage<::goby::acomms::protobuf::MACUpdate > (Arena *)
 
bool goby::acomms::protobuf::MACUpdate_UpdateType_IsValid (int value)
 
const ::google::protobuf::EnumDescriptor * goby::acomms::protobuf::MACUpdate_UpdateType_descriptor ()
 
const ::std::string & goby::acomms::protobuf::MACUpdate_UpdateType_Name (MACUpdate_UpdateType value)
 
bool goby::acomms::protobuf::MACUpdate_UpdateType_Parse (const ::std::string &name, MACUpdate_UpdateType *value)
 
bool goby::acomms::protobuf::MACUpdate_CycleState_IsValid (int value)
 
const ::google::protobuf::EnumDescriptor * goby::acomms::protobuf::MACUpdate_CycleState_descriptor ()
 
const ::std::string & goby::acomms::protobuf::MACUpdate_CycleState_Name (MACUpdate_CycleState value)
 
bool goby::acomms::protobuf::MACUpdate_CycleState_Parse (const ::std::string &name, MACUpdate_CycleState *value)
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::goby::acomms::protobuf::MACUpdate_UpdateType > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::goby::acomms::protobuf::MACUpdate_CycleState > ()
 

Variables

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

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2facomms_2fprotobuf_2famac_2eproto

#define PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2facomms_2fprotobuf_2famac_2eproto

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