Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::acomms::protobuf::RouteCommand Class Referencefinal

#include <goby/acomms/protobuf/route.pb.h>

Inheritance diagram for goby::acomms::protobuf::RouteCommand:

Public Types

enum  : int { kNewRouteFieldNumber = 4 , kSrcFieldNumber = 1 , kDestFieldNumber = 2 , kTimeFieldNumber = 3 }
 
enum  DCCLParameters { DCCL_ID = 514 , DCCL_MAX_BYTES = 64 }
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type time_dimension
 
typedef boost::units::make_scaled_unit< boost::units::unit< time_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-6 > > >::type time_unit
 

Public Member Functions

 RouteCommand ()
 
 ~RouteCommand () override
 
PROTOBUF_CONSTEXPR RouteCommand (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 RouteCommand (const RouteCommand &from)
 
 RouteCommand (RouteCommand &&from) noexcept
 
RouteCommandoperator= (const RouteCommand &from)
 
RouteCommandoperator= (RouteCommand &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RouteCommand *other)
 
void UnsafeArenaSwap (RouteCommand *other)
 
RouteCommandNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const RouteCommand &from)
 
void MergeFrom (const RouteCommand &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_new_route () const
 
void clear_new_route ()
 
const ::goby::acomms::protobuf::StaticRoutenew_route () const
 
PROTOBUF_NODISCARD::goby::acomms::protobuf::StaticRoute * release_new_route ()
 
::goby::acomms::protobuf::StaticRoutemutable_new_route ()
 
void set_allocated_new_route (::goby::acomms::protobuf::StaticRoute *new_route)
 
void unsafe_arena_set_allocated_new_route (::goby::acomms::protobuf::StaticRoute *new_route)
 
::goby::acomms::protobuf::StaticRouteunsafe_arena_release_new_route ()
 
bool has_src () const
 
void clear_src ()
 
int32_t src () const
 
void set_src (int32_t value)
 
bool has_dest () const
 
void clear_dest ()
 
int32_t dest () const
 
void set_dest (int32_t value)
 
bool has_time () const
 
void clear_time ()
 
uint64_t time () const
 
void set_time (uint64_t value)
 
template<typename Quantity >
void set_time_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity time_with_units () const
 
boost::units::quantity< time_unit, google::protobuf::uint64 > time_with_units () const
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const RouteCommanddefault_instance ()
 
static const RouteCommandinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 RouteCommand (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_goby_2facomms_2fprotobuf_2froute_2eproto
 
void swap (RouteCommand &a, RouteCommand &b)
 

Detailed Description

Definition at line 443 of file route.pb.h.

Member Typedef Documentation

◆ time_dimension

typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::acomms::protobuf::RouteCommand::time_dimension

Definition at line 634 of file route.pb.h.

◆ time_unit

typedef boost::units::make_scaled_unit<boost::units::unit<time_dimension,boost::units::si::system>,boost::units::scale<10,boost::units::static_rational<-6>>>::type goby::acomms::protobuf::RouteCommand::time_unit

Definition at line 636 of file route.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNewRouteFieldNumber 
kSrcFieldNumber 
kDestFieldNumber 
kTimeFieldNumber 

Definition at line 570 of file route.pb.h.

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

Definition at line 633 of file route.pb.h.

Constructor & Destructor Documentation

◆ RouteCommand() [1/5]

goby::acomms::protobuf::RouteCommand::RouteCommand ( )
inline

Definition at line 446 of file route.pb.h.

◆ ~RouteCommand()

goby::acomms::protobuf::RouteCommand::~RouteCommand ( )
override

◆ RouteCommand() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::protobuf::RouteCommand::RouteCommand ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ RouteCommand() [3/5]

goby::acomms::protobuf::RouteCommand::RouteCommand ( const RouteCommand from)

◆ RouteCommand() [4/5]

goby::acomms::protobuf::RouteCommand::RouteCommand ( RouteCommand &&  from)
inlinenoexcept

Definition at line 451 of file route.pb.h.

◆ RouteCommand() [5/5]

goby::acomms::protobuf::RouteCommand::RouteCommand ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::acomms::protobuf::RouteCommand::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * goby::acomms::protobuf::RouteCommand::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t goby::acomms::protobuf::RouteCommand::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::protobuf::RouteCommand::Clear ( )
final

◆ clear_dest()

void goby::acomms::protobuf::RouteCommand::clear_dest ( )
inline

Definition at line 915 of file route.pb.h.

◆ clear_new_route()

void goby::acomms::protobuf::RouteCommand::clear_new_route ( )
inline

Definition at line 972 of file route.pb.h.

◆ clear_src()

void goby::acomms::protobuf::RouteCommand::clear_src ( )
inline

Definition at line 887 of file route.pb.h.

◆ clear_time()

void goby::acomms::protobuf::RouteCommand::clear_time ( )
inline

Definition at line 943 of file route.pb.h.

◆ CopyFrom()

void goby::acomms::protobuf::RouteCommand::CopyFrom ( const RouteCommand from)

◆ default_instance()

static const RouteCommand & goby::acomms::protobuf::RouteCommand::default_instance ( )
inlinestatic

Definition at line 490 of file route.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::protobuf::RouteCommand::descriptor ( )
inlinestatic

Definition at line 481 of file route.pb.h.

◆ dest()

int32_t goby::acomms::protobuf::RouteCommand::dest ( ) const
inline

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

◆ GetCachedSize()

int goby::acomms::protobuf::RouteCommand::GetCachedSize ( ) const
inlinefinal

Definition at line 543 of file route.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::acomms::protobuf::RouteCommand::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::protobuf::RouteCommand::GetDescriptor ( )
inlinestatic

Definition at line 484 of file route.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::protobuf::RouteCommand::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::acomms::protobuf::RouteCommand::GetReflection ( )
inlinestatic

Definition at line 487 of file route.pb.h.

◆ has_dest()

bool goby::acomms::protobuf::RouteCommand::has_dest ( ) const
inline

Definition at line 912 of file route.pb.h.

◆ has_new_route()

bool goby::acomms::protobuf::RouteCommand::has_new_route ( ) const
inline

Definition at line 969 of file route.pb.h.

◆ has_src()

bool goby::acomms::protobuf::RouteCommand::has_src ( ) const
inline

Definition at line 884 of file route.pb.h.

◆ has_time()

bool goby::acomms::protobuf::RouteCommand::has_time ( ) const
inline

Definition at line 940 of file route.pb.h.

◆ internal_default_instance()

static const RouteCommand * goby::acomms::protobuf::RouteCommand::internal_default_instance ( )
inlinestatic

Definition at line 493 of file route.pb.h.

◆ IsInitialized()

bool goby::acomms::protobuf::RouteCommand::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::acomms::protobuf::RouteCommand::MergeFrom ( const RouteCommand from)
inline

Definition at line 530 of file route.pb.h.

◆ mutable_new_route()

goby::acomms::protobuf::StaticRoute * goby::acomms::protobuf::RouteCommand::mutable_new_route ( )
inline

Definition at line 1028 of file route.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::protobuf::RouteCommand::mutable_unknown_fields ( )
inline

Definition at line 477 of file route.pb.h.

◆ New()

RouteCommand * goby::acomms::protobuf::RouteCommand::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 524 of file route.pb.h.

◆ new_route()

const ::goby::acomms::protobuf::StaticRoute & goby::acomms::protobuf::RouteCommand::new_route ( ) const
inline

Definition at line 981 of file route.pb.h.

◆ operator=() [1/2]

RouteCommand & goby::acomms::protobuf::RouteCommand::operator= ( const RouteCommand from)
inline

Definition at line 456 of file route.pb.h.

◆ operator=() [2/2]

RouteCommand & goby::acomms::protobuf::RouteCommand::operator= ( RouteCommand &&  from)
inlinenoexcept

Definition at line 460 of file route.pb.h.

◆ release_new_route()

goby::acomms::protobuf::StaticRoute * goby::acomms::protobuf::RouteCommand::release_new_route ( )
inline

Definition at line 998 of file route.pb.h.

◆ set_allocated_new_route()

void goby::acomms::protobuf::RouteCommand::set_allocated_new_route ( ::goby::acomms::protobuf::StaticRoute new_route)
inline

Definition at line 1033 of file route.pb.h.

◆ set_dest()

void goby::acomms::protobuf::RouteCommand::set_dest ( int32_t  value)
inline

Definition at line 930 of file route.pb.h.

◆ set_src()

void goby::acomms::protobuf::RouteCommand::set_src ( int32_t  value)
inline

Definition at line 902 of file route.pb.h.

◆ set_time()

void goby::acomms::protobuf::RouteCommand::set_time ( uint64_t  value)
inline

Definition at line 958 of file route.pb.h.

◆ set_time_with_units()

template<typename Quantity >
void goby::acomms::protobuf::RouteCommand::set_time_with_units ( Quantity  value_w_units)
inline

Definition at line 639 of file route.pb.h.

◆ src()

int32_t goby::acomms::protobuf::RouteCommand::src ( ) const
inline

Definition at line 894 of file route.pb.h.

◆ Swap()

void goby::acomms::protobuf::RouteCommand::Swap ( RouteCommand other)
inline

Definition at line 503 of file route.pb.h.

◆ time()

uint64_t goby::acomms::protobuf::RouteCommand::time ( ) const
inline

Definition at line 950 of file route.pb.h.

◆ time_with_units() [1/2]

template<typename Quantity >
Quantity goby::acomms::protobuf::RouteCommand::time_with_units ( ) const
inline

Definition at line 643 of file route.pb.h.

◆ time_with_units() [2/2]

boost::units::quantity< time_unit, google::protobuf::uint64 > goby::acomms::protobuf::RouteCommand::time_with_units ( ) const
inline

Definition at line 646 of file route.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::acomms::protobuf::RouteCommand::unknown_fields ( ) const
inline

Definition at line 474 of file route.pb.h.

◆ unsafe_arena_release_new_route()

goby::acomms::protobuf::StaticRoute * goby::acomms::protobuf::RouteCommand::unsafe_arena_release_new_route ( )
inline

Definition at line 1013 of file route.pb.h.

◆ unsafe_arena_set_allocated_new_route()

void goby::acomms::protobuf::RouteCommand::unsafe_arena_set_allocated_new_route ( ::goby::acomms::protobuf::StaticRoute new_route)
inline

Definition at line 985 of file route.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::protobuf::RouteCommand::UnsafeArenaSwap ( RouteCommand other)
inline

Definition at line 516 of file route.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 653 of file route.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 552 of file route.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2froute_2eproto

◆ swap

void swap ( RouteCommand a,
RouteCommand b 
)
friend

Definition at line 500 of file route.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::protobuf::RouteCommand::_class_data_
static

Definition at line 561 of file route.pb.h.

◆ _impl_

Impl_ goby::acomms::protobuf::RouteCommand::_impl_

Definition at line 664 of file route.pb.h.

◆ kIndexInFileMessages

constexpr int goby::acomms::protobuf::RouteCommand::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

Definition at line 497 of file route.pb.h.


The documentation for this class was generated from the following file: